Author: mikedd
Date: Wed Aug 22 07:21:42 2007
New Revision: 568622
URL: http://svn.apache.org/viewvc?rev=568622&view=rev
Log:
Setting heap size for tests in trunk
Modified:
openjpa/trunk/openjpa-persistence-jdbc/pom.xml
Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL:
http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=568622&r1=568621&r2=568622&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Wed Aug 22 07:21:42 2007
@@ -60,6 +60,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
+ <argLine>-Xmx500M</argLine>
<systemProperties>
<property>
<name>openjpa.Log</name>