OS: W7
Scala plugin version: 2.0.0.beta07-29-201106291626-94328fa
Eclipse version: 3.7.0.v201106131736 (JEE download x86-64)
The scala update diagnostics recommends a maximum heap size of at least 1024. I made changes to the eclipse.ini in the installation directory but the settings are not reflected in the configuration report (Help>About Eclipse>Installation Details>Configuration). This is not a Scala-IDE issue, but I've spent much of the day in Eclipse and Equinox trying to track down why the VM args are overridden and have found nothing. Help would be appreciated.
(Also tried running eclipse.exe -clean from a cygwin window.)
Modified eclipse.ini:
----
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
512m
-noLazyRegistryCacheLoading
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
512m
--launcher.defaultAction
openFile
-vm
C:\Program Files\Java\jre6\bin\server\jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms256m
-Xmx1024m
Partial Configuration Report:
---
--launcher.library
C:\Program Files\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502\eclipse_1406.dll
-startup
C:\Program Files\eclipse\\plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-exitdata
9c4_5c
-product
org.eclipse.epp.package.jee.product
-vm
C:\Windows\system32\javaw.exe
eclipse.home.location=file:/C:/Program Files/eclipse/
eclipse.launcher=C:\Program Files\eclipse\eclipse.exe
eclipse.launcher.name=Eclipse
eclipse.p2.data.area=@config.dir/../p2/
eclipse.p2.profile=epp.package.jee
eclipse.product=org.eclipse.epp.package.jee.product
eclipse.startTime=1309411473658
eclipse.vm=C:\Windows\system32\javaw.exe
eclipse.vmargs=-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
- Wayne