Skip to content

Commit

Permalink
Fix querier GOMEMLIMIT
Browse files Browse the repository at this point in the history
Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg committed Sep 28, 2023
1 parent 7a667ea commit d5682be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/querier.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

querier_env_map:: {
GOMAXPROCS: '2',
GOMEMLIMIT: '12Gi',
GOMEMLIMIT: '12GiB',
JAEGER_REPORTER_MAX_QUEUE_SIZE: '1024', // Default is 100.
},

Expand Down

0 comments on commit d5682be

Please sign in to comment.