Skip to content

Instantly share code, notes, and snippets.

@arleighdickerson
Created February 16, 2019 14:28
Show Gist options
  • Save arleighdickerson/e38af74f61e85019d0bd4be94fcece64 to your computer and use it in GitHub Desktop.
Save arleighdickerson/e38af74f61e85019d0bd4be94fcece64 to your computer and use it in GitHub Desktop.
-startup
plugins/org.eclipse.equinox.launcher_1.5.200.v20180922-1751.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.900.v20180922-1751
-product
org.eclipse.epp.package.java.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-server
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+AlwaysPreTouch
-XX:+UseG1GC
-XX:+UseStringDeduplication
-XX:+UnlockExperimentalVMOptions
-XX:+ParallelRefProcEnabled
-XX:+UnlockDiagnosticVMOptions
-XX:+AggressiveOpts
-XX:+ExplicitGCInvokesConcurrentAndUnloadsClasses
-XX:+ScavengeBeforeFullGC
-XX:+UseLargePages
-XX:G1NewSizePercent=20
-XX:G1SummarizeRSetStatsPeriod=1
-XX:MaxMetaspaceExpansion=64M
--add-modules=ALL-SYSTEM
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Dsun.java2d.xrender=True
-Dsun.java2d.opengl=True
-Dawt.useSystemAAFontSettings=lcd
-Xms4096m
-Xmx4096m
--add-modules=ALL-SYSTEM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment