Skip to content

Instantly share code, notes, and snippets.

@wcomnisky
Created January 10, 2019 00:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wcomnisky/e8223bcd4aff97bbe3ca6e241a74eea2 to your computer and use it in GitHub Desktop.
Save wcomnisky/e8223bcd4aff97bbe3ca6e241a74eea2 to your computer and use it in GitHub Desktop.
Fix for Eclipse hangs or freezes constantly
-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
-Dosgi.instance.area.default=@user.home/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