Skip to content

Instantly share code, notes, and snippets.

@devnulled
Created September 20, 2012 15:51
Show Gist options
  • Select an option

  • Save devnulled/3756734 to your computer and use it in GitHub Desktop.

Select an option

Save devnulled/3756734 to your computer and use it in GitHub Desktop.
Eclipse JVM Arguments for Speed and Stability
These additional/replacement JVM arguments for Eclipse seem to work pretty well.
I believe I got them from a blog at some point, but no idea where.
Please backup your original config and change at your own peril.
-XX:MaxPermSize=512m
-Xms40m
-Xmx2048m
-XX:+UseParallelGC
-XX:+UnlockDiagnosticVMOptions
-XX:+UnsyncloadClass
-Dosgi.classloader.lock=classname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment