Home
Analytics
[ BIRT ] Configure the xmx / xms ?
egau
<p>Hello everyone,</p><p> </p><p>I m facing a problem with the eclipse.ini. I have 8GB of RAM on my computer, I used around 5GB all the time so I have at least 1GB free ( and more). Actually , I just want to be able to have xmx at 1GB but impossible. I always get a "Fail to create Java Virtual Machine"</p><p> </p><p>here is my eclipse.ini</p><p> </p><div><pre class="_prettyXprint">-startupplugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502-showsplashorg.eclipse.platform--launcher.XXMaxPermSize256m--launcher.defaultActionopenFile-vmargs-Xms512M-Xmx1G </pre><p>It works with Xmx at 512 not 1G.</p><p> </p><p>Any idea ? </p><p> </p><p>Thanks in advance.</p><p>Regards</p></div><p> </p>
Find more posts tagged with
Comments
mwilliams
<p>I'm not sure why that wouldn't work. Not that it should make a difference, but did you try with a lowercase g? The alternative that would appear to work would be to set it to 1024M, since using megabytes is obviously being recognized.</p>
egau
<p>Hello,</p><p> </p><p>Thanks for replying.</p><p> </p><p>Yep, i tried minus g , minus m , 1024M. I also tried to put xms at a low level ( like 128m) and xmx at 1G and it still doesn't work. Really weird. Got windows 7 by the way , 64 bits. Maybe a "protection" from Windows that doesn't allow user process to take more than X% of the RAM. The X would be 75% in my case. </p><p> </p><p>For now, I put 768m, and it works, better than 512 anyway.</p><p> </p><p>If anyone got the same problem, I'm interested
</p><p> </p><p>Regards,</p>
egau
<p>The funny thing is that I can open multiple instance of BIRT using 768m ... at least 2 = 1.4G, it's a no sense ! :blink:</p>