Skip to content

Instantly share code, notes, and snippets.

@nezihyigitbasi
Created April 28, 2017 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nezihyigitbasi/04f5fdb9c32ac56097011819e20602d8 to your computer and use it in GitHub Desktop.
Save nezihyigitbasi/04f5fdb9c32ac56097011819e20602d8 to your computer and use it in GitHub Desktop.
jvm args
-server
-Xss2048k
-XX:MaxMetaspaceSize=4G
-XX:+PreserveFramePointer
-XX:-UseBiasedLocking
-XX:+PrintGCApplicationConcurrentTime
-XX:+PrintGCApplicationStoppedTime
-XX:+UnlockExperimentalVMOptions
-XX:+UseG1GC
-XX:+ExplicitGCInvokesConcurrent
-XX:+HeapDumpOnOutOfMemoryError
-XX:+UseGCOverheadLimit
-XX:+ExitOnOutOfMemoryError
-agentpath:/packages/presto.presto/bin/libjvmkill.so
-agentpath:/packages/presto.presto/bin/libperfagent.so
-XX:+PrintReferenceGC
-XX:+PrintGCCause
-XX:+PrintGCDateStamps
-XX:+PrintGCTimeStamps
-XX:+PrintGCDetails
-XX:+PrintClassHistogramAfterFullGC
-XX:+PrintClassHistogramBeforeFullGC
-XX:PrintFLSStatistics=2
-XX:+PrintAdaptiveSizePolicy
-XX:+PrintSafepointStatistics
-XX:PrintSafepointStatisticsCount=1
-XX:+PrintJNIGCStalls
-XX:+UnlockDiagnosticVMOptions
-XX:+AlwaysPreTouch
-XX:+G1SummarizeRSetStats
-XX:G1SummarizeRSetStatsPeriod=10
-Dorg.eclipse.jetty.io.SelectorManager.submitKeyUpdates=true
-XX:-OmitStackTraceInFastThrow
-XX:ReservedCodeCacheSize=512m
-XX:MarkStackSize=16M
-Xms160G
-Xmx160G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment