summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-02-01 05:52:43 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-02-01 05:52:43 +0000
commitcbc0ae6f492ea53eeefc76e217ec89903237ec46 (patch)
tree9d5b85f63b7c7afe0f5b636857da2576dd7869a1
parent6e92177dbbf6023cabaaa0c8ac24a82cd155b0e3 (diff)
Since vespamalloc is optimized for performance, the memory footprint for small utility programs is larger than necessary.
So we disable it by default for - vespa-rpc-invoke - vespa-get-config - vespa-sentinel-cmd - vespa-route - vespa-proton-cmd - vespa-configproxy-cmd - vespa-config-status
-rw-r--r--vespabase/conf/default-env.txt.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/vespabase/conf/default-env.txt.in b/vespabase/conf/default-env.txt.in
index 56926e32186..a25d31a8a17 100644
--- a/vespabase/conf/default-env.txt.in
+++ b/vespabase/conf/default-env.txt.in
@@ -2,3 +2,4 @@
fallback VESPA_HOME @CMAKE_INSTALL_PREFIX@
override VESPA_USER @VESPA_USER@
override VESPA_UNPRIVILEGED @VESPA_UNPRIVILEGED@
+fallback NO_VESPAMALLOC_LIST "vespa-rpc-invoke vespa-get-config vespa-sentinel-cmd vespa-route vespa-proton-cmd vespa-configproxy-cmd vespa-config-status"