You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tubemq.apache.org by "dockerzhang (Jira)" <ji...@apache.org> on 2020/06/01 02:10:00 UTC

[jira] [Created] (TUBEMQ-173) change jvm memory parameters for default deployment

dockerzhang created TUBEMQ-173:
----------------------------------

             Summary: change jvm memory parameters for default deployment
                 Key: TUBEMQ-173
                 URL: https://issues.apache.org/jira/browse/TUBEMQ-173
             Project: Apache TubeMQ
          Issue Type: Improvement
          Components: server
            Reporter: dockerzhang
             Fix For: 0.5.0


the node have not  enough mem to deploy with next values:

 
{code:java}
MASTER_JVM_ARGS="-Xmx10g -Xms6g ...
BROKER_JVM_ARGS="-Xmx16g -Xms8g ...
TOOL_REPAIR_JVM_ARGS="-Xmx24g -Xms8g ...
{code}
 

it's better to start with 512m or 1g, and make JVM args configurable.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)