aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/resources/configdefinitions/search.config.qr-start.def
blob: 7f20115329827e39fb8143c582bdf91ce8bec8ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Copyright Vespa.ai. 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=16 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

## 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