You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2006/05/31 16:48:57 UTC

svn commit: r410548 - /incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/test.xml

Author: aadamchik
Date: Wed May 31 07:48:57 2006
New Revision: 410548

URL: http://svn.apache.org/viewvc?rev=410548&view=rev
Log:
bumping up Xmx for the unit tests; otherwise Derby test suite runs out of memory on Linux x86_64

Modified:
    incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/test.xml

Modified: incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/test.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/test.xml?rev=410548&r1=410547&r2=410548&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/test.xml (original)
+++ incubator/cayenne/main/trunk/cayenne/cayenne-ant/ant/test.xml Wed May 31 07:48:57 2006
@@ -81,7 +81,7 @@
 			<arg value="${test.target}"/>
 			
 			<jvmarg value="-Xms64m"/>
-			<jvmarg value="-Xmx64m"/>
+			<jvmarg value="-Xmx96m"/>
 			<sysproperty key="java.library.path" value="${java.library.path}"/>
 			<sysproperty key="cayenne.test.config"
 				value="${cayenne.test.config}"/>