mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Bruno Lavit
12.40.2015 3ae8e2ced89df350044c59c0dae6d08c2c4d32ec
Increase the Xmx JMV option (1G --> 2G) to solve the memory issue when running the unitary tests
1 files modified
2 ■■■ changed files
opendj-sdk/opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opendj-server-legacy/pom.xml
@@ -1315,7 +1315,7 @@
                    <org.opends.test.pauseOnFailure>false</org.opends.test.pauseOnFailure>
                    <org.opends.test.copyClassesToTestPackage>false</org.opends.test.copyClassesToTestPackage>
                  </systemPropertyVariables>
                  <argLine>-server -Xms1024M -Xmx1024M -XX:MaxPermSize=256m</argLine>
                  <argLine>-server -Xms1024M -Xmx2048M -XX:MaxPermSize=256m</argLine>
                </configuration>
              </execution>
            </executions>