[jboss-cvs] JBossAS SVN: r87909 - in branches/Branch_5_x/testsuite: imports and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Apr 27 22:03:15 EDT 2009
Author: jason.greene at jboss.com
Date: 2009-04-27 22:03:15 -0400 (Mon, 27 Apr 2009)
New Revision: 87909
Modified:
branches/Branch_5_x/testsuite/imports/server-config.xml
branches/Branch_5_x/testsuite/local.properties
Log:
Increase Xmx on JACC configs so that 64bit VMs pass
Modified: branches/Branch_5_x/testsuite/imports/server-config.xml
===================================================================
--- branches/Branch_5_x/testsuite/imports/server-config.xml 2009-04-27 23:05:19 UTC (rev 87908)
+++ branches/Branch_5_x/testsuite/imports/server-config.xml 2009-04-28 02:03:15 UTC (rev 87909)
@@ -152,7 +152,7 @@
<server name="jacc-securitymgr" host="${node0}" config="jacc-securitymgr">
<jvmarg value="${jpda.cmdline}" />
<jvmarg value="-Xms128m" />
- <jvmarg value="-Xmx256m" />
+ <jvmarg value="-Xmx512m" />
<jvmarg value="-XX:MaxPermSize=512m" />
<jvmarg value="-Djboss.home.dir=${jboss.dist}" />
<jvmarg value="-Djboss.server.home.dir=${jboss.dist}${/}server${/}jacc-securitymgr" />
@@ -167,7 +167,7 @@
</server>
<server name="jacc" host="${node0}">
<jvmarg value="-Xms128m" />
- <jvmarg value="-Xmx256m" />
+ <jvmarg value="-Xmx512m" />
<jvmarg value="-XX:MaxPermSize=512m" />
<jvmarg value="${jpda.cmdline}" />
<sysproperty key="java.net.preferIPv4Stack" value="true" />
@@ -176,7 +176,7 @@
</server>
<server name="jacc-security-allstarrole" host="${node0}">
<jvmarg value="-Xms128m" />
- <jvmarg value="-Xmx256m" />
+ <jvmarg value="-Xmx512m" />
<jvmarg value="-XX:MaxPermSize=512m" />
<jvmarg value="${jpda.cmdline}" />
<sysproperty key="java.net.preferIPv4Stack" value="true" />
Modified: branches/Branch_5_x/testsuite/local.properties
===================================================================
--- branches/Branch_5_x/testsuite/local.properties 2009-04-27 23:05:19 UTC (rev 87908)
+++ branches/Branch_5_x/testsuite/local.properties 2009-04-28 02:03:15 UTC (rev 87909)
@@ -80,3 +80,6 @@
#org.apache.commons.logging.simplelog.showdatetime=true
#org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=debug
#org.apache.commons.logging.simplelog.log.httpclient.wire.header=error
+
+node0=127.0.0.1
+node1=127.0.0.2
More information about the jboss-cvs-commits
mailing list