Hi, in my new PR[1], the max heap size can be overridden by system property. Please review it.
[1]: https://github.com/apache/servicecomb-java-chassis/pull/1179 Yours sincerely Yao Haishi [email protected] On 4/13/2019 09:14,Willem Jiang<[email protected]> wrote: Hi, I just saw the patch, it's better we put the setting in one place which could be overridden by using the system property. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Apr 12, 2019 at 11:09 AM yhs0092 <[email protected]> wrote: Hi, currently our integration tests will run serveral microservice instances without limiting their memory consumption. As a result, I have to spare quite a large part of memory to ensure the execution of `mvn clean install -Pit` does not fail. Maybe we can set `-Xmx128m` to limit the heap size. Any ideas? Yours sincerely Yao Haishi [email protected]
