Skip to content

Instantly share code, notes, and snippets.

@nezihyigitbasi
Created May 10, 2018 00:20
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/2cc666dff55c663dbfc157e789a3a6f7 to your computer and use it in GitHub Desktop.
Save nezihyigitbasi/2cc666dff55c663dbfc157e789a3a6f7 to your computer and use it in GitHub Desktop.
-server
-Xss2048k
-XX:MaxMetaspaceSize=4G
-XX:+PreserveFramePointer
-XX:-UseBiasedLocking
-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:+PrintSafepointStatistics
-XX:PrintSafepointStatisticsCount=1
-XX:+UnlockDiagnosticVMOptions
-XX:+AlwaysPreTouch
-XX:-OmitStackTraceInFastThrow
-XX:ReservedCodeCacheSize=512m
-Djdk.nio.maxCachedBufferSize=30000000
-Djavax.net.ssl.sessionCacheSize=1024
-Djdk.attach.allowAttachSelf
-Xlog:gc*=info,gc+jni=debug,gc+remset=trace,gc+classhisto=trace,safepoint=info:stdout:time,tid,level,tags
-agentpath:/packages/presto.presto/bin/libastack.so=port=7781
-XX:MarkStackSize=16M
-Xms160G
-Xmx160G
-XX:G1RSetRegionEntries=5120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment