summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/search.config.qr-start.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/src/main/resources/configdefinitions/search.config.qr-start.def')
-rw-r--r--container-search/src/main/resources/configdefinitions/search.config.qr-start.def50
1 files changed, 50 insertions, 0 deletions
diff --git a/container-search/src/main/resources/configdefinitions/search.config.qr-start.def b/container-search/src/main/resources/configdefinitions/search.config.qr-start.def
new file mode 100644
index 00000000000..95e9d4575dd
--- /dev/null
+++ b/container-search/src/main/resources/configdefinitions/search.config.qr-start.def
@@ -0,0 +1,50 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Do update the start script with the new name if you change it:
+namespace=search.config
+
+## Server or client VM
+jvm.server bool default=true restart
+
+## Debug logging of Garbage Collection
+jvm.verbosegc bool default=true restart
+
+## Garbage Collection tuning parameters
+jvm.gcopts string default="-XX:+UseG1GC -XX:MaxTenuringThreshold=15 -XX:NewRatio=1" restart
+
+## Heap size (in megabytes) for the Java VM
+jvm.heapsize int default=1536 restart
+
+## Min heapsize (in megabytes) for the Java VM
+jvm.minHeapsize int default=1536 restart
+
+## Stack size (in kilobytes)
+jvm.stacksize int default=512 restart
+
+## CompressedOOps size in megabytes
+jvm.compressedClassSpaceSize int default=32 restart
+
+## Base value of maximum direct memory size (in megabytes)
+jvm.baseMaxDirectMemorySize int default=75 restart
+
+## Amount of direct memory used for caching. (in megabytes)
+jvm.directMemorySizeCache int default=0 restart
+
+## Set heap size as this percentage of available RAM, instead of absolute
+## value above. Setting outside [1, 99] disables this setting.
+jvm.heapSizeAsPercentageOfPhysicalMemory int default=0 restart
+
+## Number of processors available, can be used to set -XX:ActiveProcessorCount if set to non-zero.
+## In that case will be the number returned by the JVM when calling Runtime.getRuntime().availableProcessors()
+jvm.availableProcessors int default=0 restart
+
+## Extra environment variables
+qrs.env string default="" restart
+
+## Set ulimit -v in start script? this is mainly a safeguard against JNI stuff leaking memory.
+ulimitv string default="" restart
+
+## Extra class path entries, forwarded to vespa-start-container_daemon. Overrides the corresponding env setting.
+jdisc.classpath_extra string default="" restart
+
+## Extra export packages entries, forwarded to vespa-start-container_daemon. Overrides the corresponding env setting.
+jdisc.export_packages string default="" restart