Created
January 10, 2019 00:30
-
-
Save wcomnisky/e8223bcd4aff97bbe3ca6e241a74eea2 to your computer and use it in GitHub Desktop.
Fix for Eclipse hangs or freezes constantly
This file contains 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
-startup | |
plugins/org.eclipse.equinox.launcher_1.5.100.v20180827-1352.jar | |
--launcher.library | |
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.800.v20180827-1352 | |
-product | |
org.eclipse.epp.package.rcp.product | |
-showsplash | |
org.eclipse.epp.package.common | |
--launcher.defaultAction | |
openFile | |
--launcher.defaultAction | |
openFile | |
--launcher.GTK_version 2 | |
--launcher.appendVmargs | |
-vmargs | |
-Dosgi.requiredJavaVersion=1.8 | |
[email protected]/eclipse-workspace | |
-XX:+UseG1GC | |
-XX:+UseStringDeduplication | |
--add-modules=ALL-SYSTEM | |
-Dosgi.requiredJavaVersion=1.8 | |
-Dosgi.dataAreaRequiresExplicitInit=true | |
-Xms1024m | |
-Xmx1024m | |
--add-modules=ALL-SYSTEM | |
-XX:PermSize=1024m | |
-XX:MaxPermSize=1024M | |
-Xverify:none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment