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

今天spark 提交发现这个问题java.lang.OutOfMemoryError: unable to create new native thread
以前没有。后来查看发现是linux允许进程数少,不是内存资源不足,而最近实验室做数据库的小伙伴开了很多进程,我再提交就这样了。
修改linux允许最大进程数
查看用户最大进程数
 ulimit -u
sudo vi /etc/security/limits.conf

你可能感兴趣的:(java.lang.OutOfMemoryError: unable to create new native thread)