max number of threads [1024] for user [lish] likely too low, increase to at least [2048]

 

# cat /etc/security/limits.d/90-nproc.conf 
# Default limit for number of user's processes to prevent
# accidental fork bombs.
# See rhbz #432903 for reasoning.

*          soft    nproc     2048
root       soft    nproc     unlimited
#在这里修改

 

posted @ 2016-11-23 21:18  bass  阅读(3312)  评论(0编辑  收藏  举报