sijie closed pull request #2484: Fixed the issue 2481 by not to take PULSAR_MEM from env. URL: https://github.com/apache/incubator-pulsar/pull/2484
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/conf/pulsar_tools_env.sh b/conf/pulsar_tools_env.sh index 38e2859c5a..1a701fe6ad 100755 --- a/conf/pulsar_tools_env.sh +++ b/conf/pulsar_tools_env.sh @@ -42,7 +42,7 @@ # PULSAR_GLOBAL_ZK_CONF= # Extra options to be passed to the jvm -PULSAR_MEM=${PULSAR_TOOLS_MEM:-"-Xmx128m -XX:MaxDirectMemorySize=128m"} +PULSAR_MEM="-Xmx128m -XX:MaxDirectMemorySize=128m" # Garbage collection options PULSAR_GC=" -client " ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services