You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by ht...@apache.org on 2011/07/09 02:31:19 UTC

svn commit: r1144558 - /openjpa/branches/2.0.x/pom.xml

Author: hthomann
Date: Sat Jul  9 00:31:18 2011
New Revision: 1144558

URL: http://svn.apache.org/viewvc?rev=1144558&view=rev
Log:
OPENJPA-1691: reverting previous (inadvertent) changes to pom.xml!!

Modified:
    openjpa/branches/2.0.x/pom.xml

Modified: openjpa/branches/2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/branches/2.0.x/pom.xml?rev=1144558&r1=1144557&r2=1144558&view=diff
==============================================================================
--- openjpa/branches/2.0.x/pom.xml (original)
+++ openjpa/branches/2.0.x/pom.xml Sat Jul  9 00:31:18 2011
@@ -50,7 +50,7 @@
         <site.deploy.url>scp://people.apache.org/home/${user.name}/public_html/openjpa/${project.version}/staging-site</site.deploy.url>
         <!-- the test settings can be overridden my specific profiles -->
         <test.jvm.maxpermsize>512m</test.jvm.maxpermsize>
-        <test.jvm.maxheapsize>768m</test.jvm.maxheapsize>
+        <test.jvm.maxheapsize>1024m</test.jvm.maxheapsize>
         <test.jvm.arguments>-Xmx${test.jvm.maxheapsize} -XX:MaxPermSize=${test.jvm.maxpermsize}</test.jvm.arguments>
         <surefire.jvm.args>${test.jvm.arguments}</surefire.jvm.args>
         <dbcp.maxActive>10</dbcp.maxActive>