Problem with increasing Java heap size in Eclipse -


i have problem error saying error: 'java heap space'. followed these instructions increase heap size eclipse, doesn't work. eclipse seems ignoring given values. eclipse.ini file looks this:

-startup ../../../plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar --launcher.library ../../../plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1.r36x_v20100810 -product org.eclipse.epp.package.java.product --launcher.defaultaction openfile -showsplash org.eclipse.platform --launcher.defaultaction openfile -vmargs -dosgi.requiredjavaversion=1.5 -xstartonfirstthread -dorg.eclipse.swt.internal.carbon.smallfonts -xx:maxpermsize=512m -xms512m -xmx1024m -xdock:icon=../resources/eclipse.icns -xstartonfirstthread -dorg.ecli pse.swt.internal.carbon.smallfonts 

the eclipse version 3.6.1 running on mac.

any ideas might wrong?

are sure configuring parameters application execution , not eclipse itself?

i configure heap size in run | run configuration dialog.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -