From d5682be973c54108affdd312abaef984720f406c Mon Sep 17 00:00:00 2001 From: Friedrich Gonzalez Date: Thu, 28 Sep 2023 11:05:12 +0200 Subject: [PATCH] Fix querier GOMEMLIMIT 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. },