Linux JVM排查unable to create native thread

1)系统可生成最大线程数:

执行cat /proc/sys/kernel/threads-max

2)进程最大线程数:

执行cat /proc/sys/vm/max_map_count,结果为65530

3)用户最大进程数:

执行ulimit -u

你可能感兴趣的:(Linux JVM排查unable to create native thread)