Created
October 7, 2016 14:06
-
-
Save fanf/2eb5e5a339310351080c17a743d730cf to your computer and use it in GitHub Desktop.
This file contains hidden or 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.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 |
This file contains hidden or 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
== [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