美文网首页
Eclipse 经常 突然卡死,占用CPU非常高,无响应

Eclipse 经常 突然卡死,占用CPU非常高,无响应

作者: zsj1225 | 来源:发表于2017-10-20 14:52 被阅读498次

修改
eclipse.ini
文件中配置的缓存大小过小。
更改文件为
这个文件在Eclipse的安装目录


image.png
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1024m
-XX:PermSize=256M
-XX:MaxPermSize=1024M
-XX:+UseParallelGC
-Xverify:none

参考博客:
http://blog.csdn.net/legend12300/article/details/52385473

相关文章

网友评论

      本文标题: Eclipse 经常 突然卡死,占用CPU非常高,无响应

      本文链接:https://www.haomeiwen.com/subject/rglvuxtx.html