Skip to content

Commit ccd04f3

Browse files
authored
chore(tools/perf): log GC status by default (AutoMQ#2082)
Signed-off-by: Ning Yu <[email protected]>
1 parent 480d951 commit ccd04f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/automq-perf-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ fi
2323
if [ "x$KAFKA_HEAP_OPTS" = "x" ]; then
2424
export KAFKA_HEAP_OPTS="-Xmx1024M"
2525
fi
26-
exec "$(dirname "$0")/kafka-run-class.sh" org.apache.kafka.tools.automq.PerfCommand "$@"
26+
exec "$(dirname "$0")/kafka-run-class.sh" -name kafkaClient -loggc org.apache.kafka.tools.automq.PerfCommand "$@"

0 commit comments

Comments
 (0)