Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-16554

Increase JVM heap max-size to 100m for JVMServerPropertiesTestCase

XMLWordPrintable

      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.

              rhn-engineering-lgao Lin Gao
              rhn-engineering-lgao Lin Gao
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: