Author: rwesten
Date: Mon Feb 11 11:01:17 2013
New Revision: 1444736
URL: http://svn.apache.org/r1444736
Log:
minor: updated -Xmx parameter from 512m to 1024m for the integration test
stanbol instance.
Modified:
stanbol/trunk/integration-tests/pom.xml
Modified: stanbol/trunk/integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/stanbol/trunk/integration-tests/pom.xml?rev=1444736&r1=1444735&r2=1444736&view=diff
==============================================================================
--- stanbol/trunk/integration-tests/pom.xml (original)
+++ stanbol/trunk/integration-tests/pom.xml Mon Feb 11 11:01:17 2013
@@ -51,7 +51,7 @@
<test.server.url></test.server.url>
<!-- Options for the VM that executes our runnable jar -->
- <jar.executor.vm.options>-Xmx512m -XX:MaxPermSize=256m
-Dorg.apache.stanbol.offline.mode=true
-Dorg.apache.sling.commons.log.level=DEBUG</jar.executor.vm.options>
+ <jar.executor.vm.options>-Xmx1g -XX:MaxPermSize=256m
-Dorg.apache.stanbol.offline.mode=true
-Dorg.apache.sling.commons.log.level=DEBUG</jar.executor.vm.options>
<!-- Set this to true to keep the runnable jar running - useful to debug
tests -->
<keepJarRunning>false</keepJarRunning>