Skip to content

Instantly share code, notes, and snippets.

@fanf
Created October 7, 2016 14:06
Show Gist options
  • Save fanf/2eb5e5a339310351080c17a743d730cf to your computer and use it in GitHub Desktop.
Save fanf/2eb5e5a339310351080c17a743d730cf to your computer and use it in GitHub Desktop.
-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.400.v20160518-1444
-vmargs
-Xmx3G
-Xms3G
-Xss32m
-XX:+UnlockExperimentalVMOptions
-XX:+UseLargePages
-XX:+UseCompressedOops
-XX:+UseStringDeduplication
-XX:+UseFastAccessorMethods
-XX:-DontCompileHugeMethods
-XX:MaxInlineSize=1024
-XX:FreqInlineSize=1024
-XX:-UseLoopPredicate
-XX:+UseG1GC
-verbose:gc
-XX:+PrintGCDetails
-XX:+PrintGCDateStamps
-Xloggc:/tmp/g1gc.log
== [fanf@luhman16] ~ (master) ==
% cat /proc/meminfo | grep Huge
AnonHugePages: 1396736 kB
HugePages_Total: 3000
HugePages_Free: 1260
HugePages_Rsvd: 1260
HugePages_Surp: 0
Hugepagesize: 2048 kB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment