dockerzhang opened a new issue #1031:
URL: https://github.com/apache/incubator-inlong/issues/1031
<p>When the master and broker are deployed on the same machine, modify the
BROKER_JVM_SIZE parameter in the bin/env.sh file, the parameter does not take
effect.</p>
<p>```</p>
<p>cat bin/env.sh</p>
<p>if [ -z "$MASTER_JVM_SIZE" ]; then<br/>
MASTER_JVM_SIZE="-Xmx10g -Xms6g"<br/>
fi<br/>
MASTER_JVM_ARGS="$MASTER_JVM_SIZE -server -Dtubemq.home=$tubemq_home -cp
$CLASSPATH "<br/>
#Broker jvm args<br/>
if [ -z "$MASTER_JVM_SIZE" ]; then<br/>
BROKER_JVM_SIZE="-Xmx12g -Xms12g -Xmn4g"<br/>
fi</p>
<p>```</p>
<i>JIRA link - <a
href="https://issues.apache.org/jira/browse/INLONG-442">[INLONG-442]</a>
created by leno</i>
--
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]