Bug 193609

Summary: [launcher] Setting vmargs -Xmx higher than 948m in eclipse.ini crashes startup of eclipse
Product: [Eclipse Project] Equinox Reporter: Bill Hortman <Ickabod21>
Component: FrameworkAssignee: equinox.framework-inbox <equinox.framework-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: Ickabod21
Version: 3.3Keywords: needinfo
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Bill Hortman CLA 2007-06-20 16:00:04 EDT
Build ID: I20070608-1718

Steps To Reproduce:
1.Open eclispe.ini
2.set the following variables:
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vmargs
-Xms512m
-Xmx949m
3. Eclipse will not start.


More information:
Comment 1 Pascal Rapicault CLA 2007-06-21 22:58:23 EDT
How much memory do you have on your machine?
What happens if you start a simple java app with the same vm args?
Comment 2 Bill Hortman CLA 2007-06-22 10:06:10 EDT
I have 2 GB of ram on my machine. I can start Eclipse 3.2 with the arguments and it starts fine and I can verify that the settings take affect under about/configuration.
Comment 3 Oleg Besedin CLA 2007-06-22 10:25:45 EDT
Seems to be the same issue as in the bug 188968.

Could you try to run with an option "-XX:MaxPermSize=64m"? [This option will override the new default of "-XX:MaxPermSize=256m" used by the launcher]




*** This bug has been marked as a duplicate of bug 188968 ***