From 7a667ea291158dec375cf370d77212db24714c38 Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Mon, 28 Aug 2023 09:09:24 +0200 Subject: [PATCH] Decrease gomemlimit a bit to avoid running out of memory before trashing (#34) Signed-off-by: Friedrich Gonzalez --- cortex/compactor.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex/compactor.libsonnet b/cortex/compactor.libsonnet index 9edfcdc..da511fd 100644 --- a/cortex/compactor.libsonnet +++ b/cortex/compactor.libsonnet @@ -53,7 +53,7 @@ compactor_env_map:: { GOMAXPROCS: std.toString($._config.cortex_compactor_max_concurrency), - GOMEMLIMIT: '6GiB', + GOMEMLIMIT: '5GiB', }, newCompactorStatefulSet(name, container)::