Author: rwesten
Date: Mon Jun 25 17:02:05 2012
New Revision: 1353656

URL: http://svn.apache.org/viewvc?rev=1353656&view=rev
Log:
added -XX:MaxPermSize=256m option to the JVM options used by the 
integration-tests

Modified:
    incubator/stanbol/trunk/integration-tests/pom.xml

Modified: incubator/stanbol/trunk/integration-tests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/integration-tests/pom.xml?rev=1353656&r1=1353655&r2=1353656&view=diff
==============================================================================
--- incubator/stanbol/trunk/integration-tests/pom.xml (original)
+++ incubator/stanbol/trunk/integration-tests/pom.xml Mon Jun 25 17:02:05 2012
@@ -51,7 +51,7 @@
     <test.server.url></test.server.url>
 
     <!-- Options for the VM that executes our runnable jar -->
-    <jar.executor.vm.options>-Xmx512m -Dorg.apache.stanbol.offline.mode=true 
-Dorg.apache.sling.commons.log.level=DEBUG</jar.executor.vm.options>
+    <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>
 
     <!-- Set this to true to keep the runnable jar running - useful to debug 
tests -->
     <keepJarRunning>false</keepJarRunning>


Reply via email to