geniusjoe commented on code in PR #25274:
URL: https://github.com/apache/pulsar/pull/25274#discussion_r2878746131
##########
conf/pulsar_env.sh:
##########
@@ -90,7 +90,7 @@ if [[ -z "$PULSAR_GC_LOG" ]]; then
fi
# Extra options to be passed to the jvm
-PULSAR_EXTRA_OPTS="${PULSAR_EXTRA_OPTS:-" -Dpulsar.allocator.exit_on_oom=true
-Dio.netty.recycler.maxCapacityPerThread=4096"}"
+PULSAR_EXTRA_OPTS="${PULSAR_EXTRA_OPTS:-" -Dpulsar.allocator.exit_on_oom=true
-Dio.netty.recycler.maxCapacityPerThread=4096
-Dio.netty.allocator.maxOrder=10"}"
Review Comment:
Fixed. The JVM-related parameters for `PULSAR_EXTRA_OPTS` have been migrated
from `conf/bkenv.sh`, `conf/pulsar_env.sh`, and `conf/pulsar_tools_env.sh` to
the corresponding `OPTS` variables in their respective `bin/` scripts.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]