FIX(thanos): increase compactor memory to 256Mi
- Compactor was OOMKilled with 128Mi limit - Set to 256Mi for stability during compaction
This commit is contained in:
@@ -113,9 +113,9 @@ compactor:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 15m
|
cpu: 15m
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 128Mi
|
memory: 256Mi
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user