Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Dec 23, 2024
1 parent 9bcbf05 commit d1d3a67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bin/jgroups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@ FLAGS="-server -Xmx1G -Xms500m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.prefer
# Dump with jcmd <pid> Thread.dump_to_file <filename>
# DUMP_VTHREADS=-Djdk.trackAllThreads=true

java $GC $DUMP_VTHREADS $Z1 -cp $CP $SSL_FLAGS $DEBUG $LOG $JG_FLAGS $FLAGS $JMX $JMC $*
# Dump when virtual threads are pinned on a carrier thread
# FLAGS="$FLAGS Djdk.tracePinnedThreads=full"

java $GC $DUMP_VTHREADS $Z1 -cp $CP $SSL_FLAGS $DEBUG $LOG $JG_FLAGS $FLAGS $JMX $JMC $*

0 comments on commit d1d3a67

Please sign in to comment.