We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d82f9 commit 7a667eaCopy full SHA for 7a667ea
cortex/compactor.libsonnet
@@ -53,7 +53,7 @@
53
54
compactor_env_map:: {
55
GOMAXPROCS: std.toString($._config.cortex_compactor_max_concurrency),
56
- GOMEMLIMIT: '6GiB',
+ GOMEMLIMIT: '5GiB',
57
},
58
59
newCompactorStatefulSet(name, container)::
0 commit comments