linux java.lang.OutOfMemoryError: unable to create new native thread

 
 问题: 
1.java.lang.OutOfMemoryError: unable to create new native thread
 
2.-bash: fork: Resource temporarily unavailable
 
 已解决:ulimit -u 不能超过12000 原先值为:16384
 max user processes              (-u) 12000

你可能感兴趣的:(thread,linux)