You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2012/07/10 13:11:29 UTC

svn commit: r1359602 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: mduerig
Date: Tue Jul 10 11:11:28 2012
New Revision: 1359602

URL: http://svn.apache.org/viewvc?rev=1359602&view=rev
Log:
OAK-158: Specify fixed memory settings for unit and integration tests
 set heap size to 256M to avoid build failures on ASF Buildbot

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1359602&r1=1359601&r2=1359602&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Jul 10 11:11:28 2012
@@ -34,7 +34,7 @@
   <packaging>pom</packaging>
 
   <properties>
-    <test.opts>-Xmx128m -XX:MaxPermSize=32m</test.opts>
+    <test.opts>-Xmx256m -XX:MaxPermSize=32m</test.opts>
     <skip.deployment>false</skip.deployment>
     <known.issues />
     <project.reporting.outputEncoding>