这是我的 eclipse.ini 文件
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx384m
我应该添加什么来提高 Eclipse 的速度。我有一个 3GB 内存,所以我期待增加分配给 Eclipse 的内存。增加--launcher.XXMaxPermSize
做这项工作吗?我已阅读此Eclipse 的最佳 JVM 设置是什么? .但ini文件似乎与我的有点不同。我有点怀疑我会破坏我的工作区和其他设置,所以没有玩弄它。
有人可以建议我在这里添加和更改什么以提高 Eclipse 的性能