Archive for May, 2010
Increase Memory in Flash Builder / Eclipse for Mac OS
If you ever get the eclipse “Out of Memory” error, then you need to increase the default memory size. It’s relatively easy, but you have to know where to look.
In your eclipse install folder, right click on the Eclipse launcher and choose “Show Package Contents”. Then navigate to Contents/MacOS and open eclipse.ini. Change the min & max values to:
-Xms128m
-Xmx512m