You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/03/23 11:56:34 UTC

[GitHub] [incubator-inlong] dockerzhang commented on a change in pull request #3336: [INLONG-3335][Agent] Fix agent snapshot mode won't work and optimize jvm parameters

dockerzhang commented on a change in pull request #3336:
URL: https://github.com/apache/incubator-inlong/pull/3336#discussion_r833171927



##########
File path: inlong-agent/bin/agent-env.sh
##########
@@ -36,7 +36,7 @@ else
   export JPS="$JAVA_HOME/bin/jps"
 fi
 
-HEAP_OPTS="-Xmx1024m -Xms512m"
+HEAP_OPTS="-Xmx7168m -Xms7168m"

Review comment:
       this size is too large for docker, we should make the default value more appropriately.




-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org