aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-10-29 11:48:08 +0100
committergjoranv <gv@oath.com>2019-01-21 15:09:24 +0100
commit46ff97dcc593188c2e05018a9399691c799e55df (patch)
tree48561f2c90bacab36a0a6b97fad11b7fde66cc94 /container-search/src/main/resources
parenta6505c115457b87884fe2132b83afc352e8af31a (diff)
Use G1GC by default on Vespa 7 (JDK 9+).
Diffstat (limited to 'container-search/src/main/resources')
-rw-r--r--container-search/src/main/resources/configdefinitions/qr-start.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/resources/configdefinitions/qr-start.def b/container-search/src/main/resources/configdefinitions/qr-start.def
index d29ebc8a826..2b575ad1fe0 100644
--- a/container-search/src/main/resources/configdefinitions/qr-start.def
+++ b/container-search/src/main/resources/configdefinitions/qr-start.def
@@ -9,7 +9,7 @@ jvm.server bool default=true restart
jvm.verbosegc bool default=true restart
## Garbage Collection tuning parameters
-jvm.gcopts string default="-XX:+UseConcMarkSweepGC -XX:MaxTenuringThreshold=15 -XX:NewRatio=1" restart
+jvm.gcopts string default="-XX:MaxTenuringThreshold=15 -XX:NewRatio=1" restart
## Heap size (in megabytes) for the Java VM
jvm.heapsize int default=1536 restart