Skip to content

Instantly share code, notes, and snippets.

@nezihyigitbasi
Created October 12, 2018 17:56
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/301716e9bbcb272d0c2cbadc45938a68 to your computer and use it in GitHub Desktop.
Save nezihyigitbasi/301716e9bbcb272d0c2cbadc45938a68 to your computer and use it in GitHub Desktop.
jvm_args_hs_err_pid269.log
-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/java.libperfagent/libperfagent.so
-XX:+PrintSafepointStatistics
-XX:PrintSafepointStatisticsCount=1
-XX:+UnlockDiagnosticVMOptions
-XX:+AlwaysPreTouch
-XX:-OmitStackTraceInFastThrow
-XX:ReservedCodeCacheSize=1G
-Djdk.nio.maxCachedBufferSize=1048576
-Djavax.net.ssl.sessionCacheSize=1024
-Djdk.attach.allowAttachSelf
-Xlog:gc*=info,gc+jni=debug,gc+remset=trace,safepoint=info:stdout:time,tid,level,tags
-agentpath:/packages/presto.presto/bin/libastack.so=port=7781
-XX:G1MaxNewSizePercent=20
-XX:G1HeapRegionSize=32M
-Xms180G
-Xmx180G
-XX:MarkStackSize=256M
-XX:MaxGCPauseMillis=500
-XX:GCLockerRetryAllocationCount=5
-XX:G1SummarizeRSetStatsPeriod=100
-XX:MarkStackSizeMax=1G
-XX:G1OldCSetRegionThresholdPercent=20
-XX:InitiatingHeapOccupancyPercent=40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment