unable to create new native thread

由于java线程的创建是使用本地内存的,出现unable to create new native thread

可以:

1、减小堆内存 -Xmx512m  ,以便使用更多的本地内存

2、较少每个线程所占用的内存空间,以便创建更多的线程:-Xmx1g  -Xss128k

unable to create new native threadunable to create new native thread yinguobin 发布了17 篇原创文章 · 获赞 3 · 访问量 456 私信 关注
上一篇:InvalidArgumentException : Unable to locate factory with name [default] [App\Article].


下一篇:微信小程序保存图片fail Error: unable to verify the first certificate 微信小程序 当前系统代理不是安全代理,是信任问题解决