LegendPei commented on issue #7836: URL: https://github.com/apache/incubator-seata/issues/7836#issuecomment-3621911324
现在的distribution/bin/seata-setup.sh文件里面默认是令JVM_XMX:="2048m"的然后也可以支持JVM参数注入(PR #5529),意思是要修改一下.sh文件使得能自动获得环境的内存值然后根据某种规则来适配JVM参数吗?还是只是单纯的获得参数 The current distribution/bin/seata-setup.sh file sets JVM_XMX:="2048m" by default, and it also supports JVM parameter injection (PR #5529). Does this mean we need to modify the .sh file to automatically obtain the memory value of the environment and then adapt the JVM parameters according to some rules? Or is it just about obtaining the parameters -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
