Author: kwright
Date: Sun Nov 2 19:56:51 2014
New Revision: 1636176
URL: http://svn.apache.org/r1636176
Log:
Increase memory for HSQLDB load tests
Modified:
manifoldcf/branches/dev_1x/framework/buildfiles/connector-build.xml
Modified: manifoldcf/branches/dev_1x/framework/buildfiles/connector-build.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/dev_1x/framework/buildfiles/connector-build.xml?rev=1636176&r1=1636175&r2=1636176&view=diff
==============================================================================
--- manifoldcf/branches/dev_1x/framework/buildfiles/connector-build.xml
(original)
+++ manifoldcf/branches/dev_1x/framework/buildfiles/connector-build.xml Sun Nov
2 19:56:51 2014
@@ -1076,7 +1076,7 @@
<target name="run-LT-HSQLDB" depends="compile-tests,pretest-check"
if="canTest">
<mkdir dir="test-HSQLDB-output"/>
- <junit fork="true" maxmemory="384m" dir="test-HSQLDB-output"
outputtoformatters="true" showoutput="true" haltonfailure="true">
+ <junit fork="true" maxmemory="512m" dir="test-HSQLDB-output"
outputtoformatters="true" showoutput="true" haltonfailure="true">
<jvmarg
value="-DcrawlerWarPath=${mcf-dist}/web/war/mcf-crawler-ui.war"/>
<jvmarg
value="-DauthorityserviceWarPath=${mcf-dist}/web/war/mcf-authority-service.war"/>
<jvmarg
value="-DapiWarPath=${mcf-dist}/web/war/mcf-api-service.war"/>