From c35087e44f7aec30fd8ae0c78daa07a51acfbf68 Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Thu, 28 Sep 2023 11:08:36 +0200 Subject: [PATCH] Fix querier GOMEMLIMIT (#35) Signed-off-by: Friedrich Gonzalez --- cortex/querier.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cortex/querier.libsonnet b/cortex/querier.libsonnet index e5cb82e..9cde3f2 100644 --- a/cortex/querier.libsonnet +++ b/cortex/querier.libsonnet @@ -33,7 +33,7 @@ querier_env_map:: { GOMAXPROCS: '2', - GOMEMLIMIT: '12Gi', + GOMEMLIMIT: '12GiB', JAEGER_REPORTER_MAX_QUEUE_SIZE: '1024', // Default is 100. },