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/
8
8
# Required to support testing old kafka versions on newer java releases
9
9
# The performance opts defaults are set in each kafka brokers bin/kafka_run_class.sh file
10
10
# 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
12
12
13
13
setup :
14
14
pip install -r requirements-dev.txt
You can’t perform that action at this time.
0 commit comments