eclipse的打开速度很快,但只要运行一段时间后,速度就急剧下降,从一个文件切换到另一个文件时,常常要等半天。我的机器内存是8G,按说内存应该足够大了,我把eclipse的内存大小设置为2G,但还是这个样子。我接的以前用10.04时,eclipse速度特别的快,用起来很爽的,现在太不爽了。
下面是我的eclipse.ini文件配置
代码: 全选
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120522-1813
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-XX:MaxPermSize=512m
-Xms2048m
-Xmx2048m