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

Bruno Lavit
05.53.2015 ec7179aa84e7784de860591a70bbd9f23cc66d48
To fix a memory issue on the DJ-BUILD-LINUX slave when running TestNG, we set the MaxPermSize at 256m (-XX:MaxPermSize=256m)
1 files modified
2 ■■■ changed files
opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml
@@ -1316,7 +1316,7 @@
                    <org.opends.test.pauseOnFailure>false</org.opends.test.pauseOnFailure>
                    <org.opends.test.copyClassesToTestPackage>false</org.opends.test.copyClassesToTestPackage>
                  </systemPropertyVariables>
                  <argLine>-server -Xms1024M -Xmx1024M</argLine>
                  <argLine>-server -Xms1024M -Xmx1024M -XX:MaxPermSize=256m</argLine>
                </configuration>
              </execution>
            </executions>