How to increase memory allocated to Eclipse.
April 15, 2008I’ve recently upgraded to FDT 3.0 and encountered a warning message:
“Not enough memory. To use FDT you should raise the available memory for eclipse. Edit the file ‘eclipse.ini’ inside the eclipse installation directory and add the line: -Xmx512m After doing so restart eclipse.”
I had some trouble finding the correct file. I Found the solution at:
power flasher forum the entry by matteomenapace.
To quote and elaborate from the above post:…go to the eclipse installation folder, right-click (or ctrl click for OSX ) on Eclipse.app and choose “Show Package Contents”, then navigate through the path
Contents/MacOS/eclipse.ini
Open the eclipse.ini in your favorite text editor and change the line:
-Xmx256m
to:
-Xmx512m
Technorati Tags:
OSX