aboutsummaryrefslogtreecommitdiffstats
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-05-20 15:24:23 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-05-20 15:24:23 +0200
commit96c17d9d72183e604e50e6a408fd52aa762da049 (patch)
tree7b0782a1e84e2601ab30aaf46a1e33faa050f2ce /controller-server/src/test/resources/test_runner_services.xml-cd
parentca0c1803865f2acd847672e5f053452e1bee6d87 (diff)
Allocate 50% of remaining node memory to surefire tests
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-cd2
1 files changed, 1 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 6a01b612c3c..df276f9bbbc 100644
--- a/controller-server/src/test/resources/test_runner_services.xml-cd
+++ b/controller-server/src/test/resources/test_runner_services.xml-cd
@@ -5,7 +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>
+ <surefireMemoryMb>5120</surefireMemoryMb>
</config>
</component>