私は eclipse 3.7 indigo を使用しています。私が直面している問題は、eclipse を開始すると、eclipse が何度かハングしてもマシンが遅くなりすぎることです。私の eclipse.ini ファイルの設定は以下のとおりです。
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
これから克服する方法を教えてください..!!