summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-18 06:28:09 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-01-18 06:28:09 +0000
commit40cac7a8f524812576a38a4ddc820c0980279736 (patch)
tree8fa0c4993eabdcfe4963b9098335fdfc0c6f1669
parentaf6638281ff5a4d3d4273b5c3aa3285f296ea402 (diff)
GC ignore-thread-stack-sizes
-rw-r--r--configd/src/apps/sentinel/manager.cpp5
-rw-r--r--configdefinitions/src/vespa/sentinel.def3
2 files changed, 0 insertions, 8 deletions
diff --git a/configd/src/apps/sentinel/manager.cpp b/configd/src/apps/sentinel/manager.cpp
index ffa9c9281fa..631f63febd5 100644
--- a/configd/src/apps/sentinel/manager.cpp
+++ b/configd/src/apps/sentinel/manager.cpp
@@ -79,11 +79,6 @@ Manager::doConfigure()
LOG_ASSERT(_env.configOwner().hasConfig());
const SentinelConfig& config(_env.configOwner().getConfig());
- if (config.ignoreRequestedStackSizes) {
- setenv("VESPA_IGNORE_REQUESTED_STACK_SIZES", "true", 1);
- } else {
- unsetenv("VESPA_IGNORE_REQUESTED_STACK_SIZES");
- }
_env.rpcPort(config.port.rpc);
_env.statePort(config.port.telnet);
diff --git a/configdefinitions/src/vespa/sentinel.def b/configdefinitions/src/vespa/sentinel.def
index 1a1184707f8..62080705067 100644
--- a/configdefinitions/src/vespa/sentinel.def
+++ b/configdefinitions/src/vespa/sentinel.def
@@ -28,9 +28,6 @@ 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