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

Bruno Lavit
05.53.2015 58db1f715063233a061cb6fa820fb03fd8fb5b47
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-sdk/opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/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>