From 02522dac063068be6f081dc7cc2daf3b7ad7c3f3 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Thu, 21 Nov 2013 17:38:52 +0100 Subject: [PATCH] Allow passing additional parameters to the test JVM like GC settings etc. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index d337c2562c0..87b9012d0c7 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,11 @@ true onerror + + + + + INFO @@ -366,6 +371,10 @@ **/*StressTest.class + ${tests.jvm.option1} + ${tests.jvm.option2} + ${tests.jvm.option3} + ${tests.jvm.option4} -Xmx512m -XX:MaxDirectMemorySize=512m -Des.logger.prefix=