File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DIST_BASE_URL ?= https://archive.apache.org/dist/kafka/
88# Required to support testing old kafka versions on newer java releases
99# The performance opts defaults are set in each kafka brokers bin/kafka_run_class.sh file
1010# The values here are taken from the 2.4.0 release.
11- export KAFKA_JVM_PERFORMANCE_OPTS=-server -XX :+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -Djava.awt.headless=true
11+ export KAFKA_JVM_PERFORMANCE_OPTS=-server -XX :+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+ExplicitGCInvokesConcurrent -Djava.awt.headless=true -Djava.security.manager=allow
1212
1313setup :
1414 pip install -r requirements-dev.txt
You can’t perform that action at this time.
0 commit comments