Skip to content

Commit

Permalink
Decrease gomemlimit a bit to avoid running out of memory before trash…
Browse files Browse the repository at this point in the history
…ing (#34)

Signed-off-by: Friedrich Gonzalez <[email protected]>
  • Loading branch information
friedrichg authored Aug 28, 2023
1 parent 89d82f9 commit 7a667ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex/compactor.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

compactor_env_map:: {
GOMAXPROCS: std.toString($._config.cortex_compactor_max_concurrency),
GOMEMLIMIT: '6GiB',
GOMEMLIMIT: '5GiB',
},

newCompactorStatefulSet(name, container)::
Expand Down

0 comments on commit 7a667ea

Please sign in to comment.