We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049a2c0 commit 164cef1Copy full SHA for 164cef1
.github/actions/print-jvm-thread-dumps/action.yml
@@ -7,8 +7,6 @@ runs:
7
run: |
8
for java_pid in $(jps -q -J-XX:+PerfDisableSharedMem); do
9
echo "------------------------ pid $java_pid ------------------------"
10
- cat /proc/$java_pid/cmdline | xargs -0 echo
11
jcmd $java_pid Thread.print -l
12
- jcmd $java_pid GC.heap_info
13
done
14
exit 0
0 commit comments