summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/resources/test_runner_services.xml-cd
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-03-12 13:56:34 +0100
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-03-12 13:56:34 +0100
commit6090e861ec2c32012c21fa5d7358c373e6fc7e2a (patch)
tree82b684c670bd720d7bcdf9836916aa133eaf28a1 /controller-server/src/test/resources/test_runner_services.xml-cd
parent20cd638efd54d991d347bbd4ff7eae52d44b624d (diff)
Allocate 2Gb to tester app, and 75% of the rest to Surefire
Diffstat (limited to 'controller-server/src/test/resources/test_runner_services.xml-cd')
-rw-r--r--controller-server/src/test/resources/test_runner_services.xml-cd3
1 files changed, 2 insertions, 1 deletions
diff --git a/controller-server/src/test/resources/test_runner_services.xml-cd b/controller-server/src/test/resources/test_runner_services.xml-cd
index b395d657e3d..15d3c98b995 100644
--- a/controller-server/src/test/resources/test_runner_services.xml-cd
+++ b/controller-server/src/test/resources/test_runner_services.xml-cd
@@ -5,6 +5,7 @@
<component id="com.yahoo.vespa.hosted.testrunner.TestRunner" bundle="vespa-testrunner-components">
<config name="com.yahoo.vespa.hosted.testrunner.test-runner">
<artifactsPath>artifacts</artifactsPath>
+ <surefireMemoryMb>7680</surefireMemoryMb>
</config>
</component>
@@ -37,6 +38,6 @@
</filtering>
</http>
- <nodes count="1" flavor="flavor" />
+ <nodes count="1" flavor="d-2-12-75" allocated-memory="17%" />
</container>
</services>