Skip to content

Commit d5682be

Browse files
committed
Fix querier GOMEMLIMIT
Signed-off-by: Friedrich Gonzalez <friedrichg@gmail.com>
1 parent 7a667ea commit d5682be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/querier.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
querier_env_map:: {
3535
GOMAXPROCS: '2',
36-
GOMEMLIMIT: '12Gi',
36+
GOMEMLIMIT: '12GiB',
3737
JAEGER_REPORTER_MAX_QUEUE_SIZE: '1024', // Default is 100.
3838
},
3939

0 commit comments

Comments
 (0)