Bug 193609 - [launcher] Setting vmargs -Xmx higher than 948m in eclipse.ini crashes startup of eclipse
Summary: [launcher] Setting vmargs -Xmx higher than 948m in eclipse.ini crashes startu...
Status: RESOLVED DUPLICATE of bug 188968
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: equinox.framework-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2007-06-20 16:00 EDT by Bill Hortman CLA
Modified: 2007-06-22 10:25 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***