aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2021-11-15 13:13:21 +0000
committerArne H Juul <arnej@yahooinc.com>2021-11-15 13:13:21 +0000
commit159dc93308eccd375ea33f3bf6d3d6ab1f5813fc (patch)
treee243dc1104933301fb2778db41575c7741598373 /configdefinitions
parent776f0ec4a9ddc44e492a7eeb9f82f914bbdf4709 (diff)
ignore requested stack sizes
* for C++ threads only * triggered by feature flag, by default use old behavior
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/sentinel.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/sentinel.def b/configdefinitions/src/vespa/sentinel.def
index cccf931938a..7bd4a000055 100644
--- a/configdefinitions/src/vespa/sentinel.def
+++ b/configdefinitions/src/vespa/sentinel.def
@@ -28,6 +28,9 @@ connectivity.minOkPercent int default=50
## Absolute number of nodes with confirmed network connectivity problems, maximum
connectivity.maxBadCount int default=1
+## Ask low-level thread creation to honor requested stack size
+ignoreRequestedStackSizes bool default=false restart
+
## The command to run. This will be run by sh -c, and the following
## environment variables are defined: $ROOT, $VESPA_SERVICE_NAME,
## $VESPA_CONFIG_ID