Last active
June 23, 2023 18:45
-
-
Save saswata-dutta/e9016f35db76c5c92206ebc908eb5a86 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
java | |
-XX:MaxRAM=<real mem sz in bytes, 10% over max-heap ?> -Xmx512m | |
-XX:+UseCompressedOops -XX:ObjectAlignmentInBytes=8 | |
-XXfullCompaction | |
-XXtlaSize:1k | |
-XX:+UseParallelGC | |
-XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 | |
-XX:GCTimeRatio=2 | |
-XX:AdaptiveSizePolicyWeight=90 | |
-XXaggressive:opt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment