Skip to content

Instantly share code, notes, and snippets.

@renalexster
Created July 22, 2017 16:48
Show Gist options
  • Save renalexster/8e4cda4d0a39973eb0fc079e2ee53901 to your computer and use it in GitHub Desktop.
Save renalexster/8e4cda4d0a39973eb0fc079e2ee53901 to your computer and use it in GitHub Desktop.
Tests Eclipse Low Footprint - eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.500.v20170531-1133
-product
org.eclipse.epp.package.jee.product
-showsplash
org.eclipse.epp.package.common
--launcher.defaultAction
openFile
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-XX:+UseG1GC
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-Xmn128m
-Xmx768m
-Xss1m
## Comented XX:GCTimeRatio=19
-XX:MinHeapFreeRatio=10
-XX:MaxHeapFreeRatio=20
-XX:NativeMemoryTracking=summary
-XX:+AggressiveOpts
-XX:CompressedClassSpaceSize=400m
-XX:MaxMetaspaceSize=512m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment