| [news.eclipse.newcomer] Re: Eclipse hates me! Help requested please: |
-showsplash org.eclipse.platform --launcher.XXMaxPermSize 128M (I haven't tried changing this) -vmargs -Xms40m (I've tried changing this all the way up to 256m) -Xmx256m (I've tried changing this all the way up to 1024m) -Dosgi.bundlefile.limit=100
So what do these things mean and why are they so small? Please don't tell me to RTFM, I've done that and it didn't help - the docs seem to be in Geekish rather than English.
-showsplash: You don't care what that means, trust me.
-Xmx256m: Tells the JVM to use no more than 256MB of heap space.
Hope this helps, Eric