Skip to content

Instantly share code, notes, and snippets.

@jplaisted
Created February 22, 2021 20:32
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 jplaisted/21f6e3b5310764108e73358f43b76ba1 to your computer and use it in GitHub Desktop.
Save jplaisted/21f6e3b5310764108e73358f43b76ba1 to your computer and use it in GitHub Desktop.
_nodes/jvm
"jvm" : {
"version" : "11.0.5",
"vm_name" : "OpenJDK 64-Bit Server VM",
"vm_version" : "11.0.5+10-LTS",
"vm_vendor" : "Azul Systems, Inc.",
"bundled_jdk" : true,
"using_bundled_jdk" : false,
"mem" : {
"heap_init_in_bytes" : 32212254720,
"heap_max_in_bytes" : 32055230464,
"non_heap_init_in_bytes" : 7667712,
"non_heap_max_in_bytes" : 0,
"direct_max_in_bytes" : 0
},
"gc_collectors" : [
"ParNew",
"ConcurrentMarkSweep"
],
"memory_pools" : [
"CodeHeap 'non-nmethods'",
"Metaspace",
"CodeHeap 'profiled nmethods'",
"Compressed Class Space",
"Par Eden Space",
"Par Survivor Space",
"CodeHeap 'non-profiled nmethods'",
"CMS Old Gen"
],
"using_compressed_ordinary_object_pointers" : "true",
"input_arguments" : [
"-Xshare:auto",
"-Des.networkaddress.cache.ttl=60",
"-Des.networkaddress.cache.negative.ttl=10",
"-XX:+AlwaysPreTouch",
"-Xss1m",
"-Djava.awt.headless=true",
"-Dfile.encoding=UTF-8",
"-Djna.nosys=true",
"-XX:-OmitStackTraceInFastThrow",
"-Dio.netty.noUnsafe=true",
"-Dio.netty.noKeySetOptimization=true",
"-Dio.netty.recycler.maxCapacityPerThread=0",
"-Dio.netty.allocator.numDirectArenas=0",
"-Dlog4j.shutdownHookEnabled=false",
"-Dlog4j2.disable.jmx=true",
"-Djava.locale.providers=SPI,COMPAT",
"-Xms1g",
"-Xmx1g",
"-XX:+UseConcMarkSweepGC",
"-XX:CMSInitiatingOccupancyFraction=75",
"-XX:+UseCMSInitiatingOccupancyOnly",
"-XX:+HeapDumpOnOutOfMemoryError",
"-XX:HeapDumpPath=data",
"-XX:ErrorFile=logs/hs_err_pid%p.log",
"-Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m",
"-Xms30g",
"-Xmx30g",
"-XX:MaxDirectMemorySize=16106127360",
"-Des.distribution.flavor=default",
"-Des.distribution.type=tar",
"-Des.bundled_jdk=true"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment