summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/common-env.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/vespabase/src/common-env.sh b/vespabase/src/common-env.sh
index ad77965fef6..793fa6782f6 100755
--- a/vespabase/src/common-env.sh
+++ b/vespabase/src/common-env.sh
@@ -125,6 +125,8 @@ populate_environment
export LD_LIBRARY_PATH=$VESPA_HOME/lib64
export MALLOC_ARENA_MAX=1
+export GLIBC_TUNABLES=glibc.elision.enable=1
+export RHEL_GLIBC_TUNABLES=glibc.elision.enable=1
# Maven is needed for tester applications
prepend_path "$VESPA_HOME/local/maven/bin"