mirror of https://github.com/apache/openjpa.git
OPENJPA-1691: reverting previous (inadvertent) changes to pom.xml!!
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1144558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ef714844d3
commit
5b208e47b0
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue