Skip to content

Instantly share code, notes, and snippets.

@saswata-dutta
Last active June 23, 2023 18:45
Show Gist options
  • Save saswata-dutta/e9016f35db76c5c92206ebc908eb5a86 to your computer and use it in GitHub Desktop.
Save saswata-dutta/e9016f35db76c5c92206ebc908eb5a86 to your computer and use it in GitHub Desktop.
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