Thread: Out of memory
View Single Post
  #2 (permalink)  
Old 01-20-2008, 09:55 AM
roots's Avatar
roots roots is offline
Moderator
 
Join Date: Jan 2008
Location: Dallas
Posts: 263
roots is on a distinguished road
find eclipse.ini file in eclipse folder
Code:
-showsplash org.eclipse.platform --launcher.XXMaxPermSize 512M -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms256m -Xmx1024m
Tune up as you need, These links might be helpful
Help - Eclipse SDK
JVM Tuning
__________________
dont worry newbie, we got you covered.
Reply With Quote