legendpei
legendpei
现在的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...
> > 现在的distribution/bin/seata-setup.sh文件里面默认是令JVM_XMX:="2048m"的然后也可以支持JVM参数注入(PR [#5529](https://github.com/apache/incubator-seata/pull/5529)),意思是要修改一下.sh文件使得能自动获得环境的内存值然后根据某种规则来适配JVM参数吗?还是只是单纯的获得参数 > > The current distribution/bin/seata-setup.sh file sets JVM_XMX:="2048m" by default, 和 it also supports JVM parameter injection (PR [#5529](https://github.com/apache/incubator-seata/pull/5529)). Does this mean we need to modify...
> [@LegendPei](https://github.com/LegendPei) I believe that, by default, if a user hasn’t explicitly set JVM parameters (for example, -Xmx) those values should be automatically calculated from the host’s total memory. This...
> Are you developing based on an old branch? It would be better to use a new branch next time; otherwise, there will be many commits that don't belong to...
I’d really appreciate any feedback or suggestions from the community. orz I’m currently working on improving test coverage for this patch, and if all goes well, I plan to gradually...
@xjlgod I would like to try addressing this issue. First, let me briefly outline my approach: 1. Define a JSON interface that can cover all the JSON-using scenarios currently present...