Skip to content

Commit

Permalink
chore(tools/perf): log GC status by default (#2082)
Browse files Browse the repository at this point in the history
Signed-off-by: Ning Yu <[email protected]>
  • Loading branch information
Chillax-0v0 authored Oct 22, 2024
1 parent 480d951 commit ccd04f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/automq-perf-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ fi
if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
export KAFKA_HEAP_OPTS="-Xmx1024M"
fi
exec "$(dirname "$0")/kafka-run-class.sh" org.apache.kafka.tools.automq.PerfCommand "$@"
exec "$(dirname "$0")/kafka-run-class.sh" -name kafkaClient -loggc org.apache.kafka.tools.automq.PerfCommand "$@"

0 comments on commit ccd04f3

Please sign in to comment.