Skip to content

Commit 03dca16

Browse files
committed
prometheus can't have 24G RAM
that's more than a core node has
1 parent bd9ceac commit 03dca16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ prometheus:
116116
resources:
117117
requests:
118118
cpu: "2"
119-
memory: 24Gi
119+
memory: 20Gi
120120
limits:
121121
cpu: "2"
122-
memory: 24Gi
122+
memory: 20Gi
123123
persistentVolume:
124124
# Use a large SSD Volume in production
125125
size: 2000Gi

0 commit comments

Comments
 (0)