From 170a6cde4839f51ba39efac3cbc5fe4409b74295 Mon Sep 17 00:00:00 2001
From: Bruno Lavit <bruno.lavit@forgerock.com>
Date: Tue, 12 May 2015 12:40:25 +0000
Subject: [PATCH] Increase the Xmx JMV option (1G --> 2G) to solve the memory issue when running the unitary tests

---
 opendj-server-legacy/pom.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 62333eb..52ffb25 100644
--- a/opendj-server-legacy/pom.xml
+++ b/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>

--
Gitblit v1.10.0