File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
11/artifacts/opt/jboss/container/openjdk/jdk
8/artifacts/opt/jboss/container/openjdk/jdk Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
# ==============================================================================
7
7
8
8
function jvm_specific_diagnostics() {
9
- echo "-Xlog:gc::utctime -XX:NativeMemoryTracking=summary"
9
+ echo "-Xlog:gc::utctime -XX:NativeMemoryTracking=summary -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics -verbose:gc "
10
10
}
Original file line number Diff line number Diff line change 6
6
# ==============================================================================
7
7
8
8
function jvm_specific_diagnostics() {
9
- echo "-XX:NativeMemoryTracking=summary -XX:+PrintGC -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UnlockDiagnosticVMOptions"
9
+ echo "-XX:NativeMemoryTracking=summary -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMTStatistics -verbose:gc "
10
10
}
You can’t perform that action at this time.
0 commit comments