Repository: james-project
Updated Branches:
  refs/heads/master 1b49712c5 -> a5dc56d9d


Increase memory available when playing tests


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a5dc56d9
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a5dc56d9
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/a5dc56d9

Branch: refs/heads/master
Commit: a5dc56d9dac373875add512b587326bc69f094e4
Parents: 1b49712
Author: benwa <btell...@linagora.com>
Authored: Wed Nov 29 09:23:34 2017 +0700
Committer: benwa <btell...@linagora.com>
Committed: Wed Nov 29 09:24:23 2017 +0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/a5dc56d9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ddaf8c1..899bfb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2528,7 +2528,7 @@
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>2.20</version>
                     <configuration>
-                        <argLine>-Xms256m -Xmx512m</argLine>
+                        <argLine>-Xms512m -Xmx1024m</argLine>
                         <reuseForks>false</reuseForks>
                         <!-- Fail tests longer than 2 hours, prevent form 
random locking tests -->
                         
<forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to