I need to run a very big task in eclipse. So I changed the eclipse.ini to:
--launcher.defaultAction
openFile
-vmargs
-Xms64m
-Xmx1024m
but this is still not enough. When I increase the Xmx
to 2048
and try to start eclipse I get the message:
Failed to create the Java VM
How to avoid this? My system has 8Gb of RAM. So 2gb for Java should be no problem. Why doesn't it start?