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

Bruno Lavit
12.40.2015 170a6cde4839f51ba39efac3cbc5fe4409b74295
Increase the Xmx JMV option (1G --> 2G) to solve the memory issue when running the unitary tests
1 files modified
2 ■■■ changed files
opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
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>