Last active
May 18, 2020 16:46
-
-
Save intellitour/7ee00b6bc13a6e75194b8c4e36662c99 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
-Xms16m | |
-Xmx6G | |
-XX:+UseG1GC | |
-XX:G1HeapRegionSize=2 | |
-XX:MaxGCPauseMillis=100 | |
-XX:+UseStringDeduplication | |
-XX:SoftRefLRUPolicyMSPerMB=75 | |
-ea | |
-XX:CICompilerCount=2 | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:-OmitStackTraceInFastThrow | |
-XX:+UseCompressedOops | |
-Dfile.encoding=UTF-8 | |
-server | |
-Xquickstart | |
-Xtune:virtualized | |
-Xscmx1G | |
-Xaggressive | |
-XX:CICompilerCount=4 | |
-XX:+UseLWPSynchronization | |
-XX:+UseCompressedStrings | |
-XX:+AggressiveOpts | |
-XX:+OptimizeStringConcat | |
-XX:+UseFastAccessorMethods | |
-XX:OptThreads=4 | |
-XX:NewRatio=2 | |
-Xss32m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment