From a3e99f6601a4d48a200fe9f602ff7091d5831c24 Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Tue, 23 Mar 2021 11:32:55 +0100 Subject: [PATCH] matrix-synapse: Update example values for jemalloc --- charts/matrix-synapse/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/matrix-synapse/values.yaml b/charts/matrix-synapse/values.yaml index 54483a3..cb38ddb 100644 --- a/charts/matrix-synapse/values.yaml +++ b/charts/matrix-synapse/values.yaml @@ -159,8 +159,8 @@ synapse: ## Additional environment variables to apply to the main Synapse pod ## extraEnv: {} - # - name: USE_JEMALLOC - # value: "1" + # - name: LD_PRELOAD + # value: /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 # - name: SYNAPSE_CACHE_FACTOR # value: "2" @@ -263,8 +263,8 @@ workers: ## Additional environment variables to add to the worker. ## extraEnv: {} - # - name: USE_JEMALLOC - # value: "1" + # - name: LD_PRELOAD + # value: /usr/lib/x86_64-linux-gnu/libjemalloc.so.2 # - name: SYNAPSE_CACHE_FACTOR # value: "1.0"