-
Task
-
Resolution: Done
-
Minor
-
None
-
None
In container based CI like we have, we experience OOME constantly of test JVMServerPropertiesTestCase, which simply deploy a deployment to 3 servers in domain mode.
The OOME always occurs on server-three of the test case, the jvm heap max-size is specified in domain-configs/domain-jvm-properties.xml:
<server-group name="server-group-three" profile="default"> <jvm name="default"> <heap size="64m" max-size="64m"/> </jvm> <socket-binding-group ref="standard-sockets"/> </server-group>
I would like to have the max-size increased to 100m like what are specified in other server groups, and it passed CI in our setup.