1、MyEclipse8.6 异常 unable to create new native thread
程序员文章站
2024-03-15 14:19:05
...
问题描述:
MyEclipse8.6 一打开项目就抛:
在项目 workspce/.metadata/.log 查看异常日志
!ENTRY org.eclipse.ui 4 0 2020-10-24 17:03:13.548
!MESSAGE Error occurred during status handling
!STACK 0
java.lang.OutOfMemoryError: unable to create new native thread
日志翻译,内存溢出:无法创建新的本机线程。查了资料发现和 myeclipse.ini 配置的内存有关:
给JVM内存越多,那么你能创建的线程越少,越容易发生java.lang.OutOfMemoryError: unable to create new native thread。
资料参考:https://www.iteye.com/blog/sesame-622670
之前-Xmx 配置的是 1024m 改成 768m正常了。
-vmargs
-Xms512m
-Xmx768m
-XX:NewSize=256m
-XX:MaxNewSize=256m
-XX:PermSize=96m
-XX:MaxPermSize=96m
-XX:+DisableExplicitGC
-XX:CompileThreshold=100
-Xverify:none
-XX:+UseParNewGC
-XX:+UseConcMarkSweepGC
-XX:CMSInitiatingOccupancyFraction=80
其它优化参数配置参考:https://blog.csdn.net/skyboy11yk/article/details/41649497
上一篇: eclipse 搭建 ROS 工作空间
下一篇: Eclipse Maven Build Bath Error: cannot be read or is not a valid ZIP file
推荐阅读
-
1、MyEclipse8.6 异常 unable to create new native thread
-
java.lang.OutOfMemoryError: unable to create new native thread 博客分类: Javajava swing 初始化线程过多
-
<转>java.lang.OutOfMemoryError: unable to create new native thread 博客分类: Java
-
<转>java.lang.OutOfMemoryError: unable to create new native thread 博客分类: Java
-
spark大批量读取Hbase时出现java.lang.OutOfMemoryError: unable to create new native thread
-
java.lang.OutOfMemoryError: unable to create new native thread
-
java.lang.OutOfMemoryError: unable to create new native thread
-
java.lang.OutOfMemoryError: unable to create new native thread问题排查以及当前系统最大进程数量
-
解决Unable to create new native thread
-
“java.lang.OutOfMemoryError : unable to create new native Thread”