Created
September 20, 2012 15:51
-
-
Save devnulled/3756734 to your computer and use it in GitHub Desktop.
Eclipse JVM Arguments for Speed and Stability
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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