【NC】OOM或unable to create new native thread或eclipse开发工具闪退

处理方法一:项目太多,在加载的时候导致内存不足,关闭不必要的项目。

【NC】OOM或unable to create new native thread或eclipse开发工具闪退

处理方法二:修改eclipse中JVM的参数,根据需要调整大小。

【NC】OOM或unable to create new native thread或eclipse开发工具闪退

处理方法三:修改home中的bin目录中的sysConfig中JVM的参数,根据需要调整大小。

【NC】OOM或unable to create new native thread或eclipse开发工具闪退

处理方法四:使用64位jdk。32位的JDK和64位的JDK支持的最大堆内存(-Xmx)是不同的,理论上,64位的JDK对于设置-Xmx是没有限制的,但32位的JDK有所限制,一般上线是1.5G左右。

【NC】OOM或unable to create new native thread或eclipse开发工具闪退

【NC】OOM或unable to create new native thread或eclipse开发工具闪退

上一篇:SQL Server 创建性能基线


下一篇:通过Stetho在Chrome上调试Android App