Skip to content

Commit 7a667ea

Browse files
authored
Decrease gomemlimit a bit to avoid running out of memory before trashing (#34)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 89d82f9 commit 7a667ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/compactor.libsonnet

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

5454
compactor_env_map:: {
5555
GOMAXPROCS: std.toString($._config.cortex_compactor_max_concurrency),
56-
GOMEMLIMIT: '6GiB',
56+
GOMEMLIMIT: '5GiB',
5757
},
5858

5959
newCompactorStatefulSet(name, container)::

0 commit comments

Comments
 (0)