Skip to content

Commit 61800f3

Browse files
committed
chore(stack/observability): Increase memory/cpu to prevent OOMKilled and cpu throttling
1 parent e98e2e1 commit 61800f3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

stacks/observability/grafana.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ options:
4444
enabled: false
4545
resources:
4646
limits:
47-
cpu: 100m
48-
memory: 128Mi
47+
cpu: 2000m
48+
memory: 1024Mi
4949
requests:
50-
cpu: 100m
51-
memory: 128Mi
50+
cpu: 1000m
51+
memory: 256Mi
5252
persistence:
5353
enabled: true
5454
# storageClassName: default

0 commit comments

Comments
 (0)