The Answer to Life, the Universe, and Everything

Showing posts with label eclipse. Show all posts
Showing posts with label eclipse. Show all posts

Saturday, December 01, 2007

Eclipse3.3.1 OutOfMemory

Eclipse 3.3.1 has bug on memory part.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=92250

Edit the "eclipse.ini" to fix the issue.
-showsplash
org.eclipse.platform
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms512m
-Xmx768m
-XX:MaxPermSize=256m

Friday, November 23, 2007

Eclipse Heap Memory

This is how you can change the memory for Eclipse to use.

#vim $ECLIPSE_HOME/eclipse.ini
--
-vmargs
-Xms64m
-Xmx256m