Eclipse 经常 突然卡死,占用CPU非常高,无响应。
可能是
文件中配置的缓存大小过小。
更改文件为
-startup
plugins/.launcher_1.3.0.
--
plugins/.win32.win32.x86_64_1.1.200.v20120913-144807
-product
--
openFile
--
512M
-showsplash
--
512m
--
openFile
-vmargs
-=1.5
-=standard
-Xms512m
-Xmx1024m
-XX:PermSize=256M
-XX:MaxPermSize=1024M
-XX:+UseParallelGC
-Xverify:none
可以大大减少 卡死现象。