Skip to content

Commit 326e5a0

Browse files
authored
KubeArchive Logging: increase memory (#9323)
Signed-off-by: Hector Martinez <[email protected]>
1 parent 75f0b0a commit 326e5a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/vector-kubearchive-log-collector/production/stone-prd-rh01/loki-helm-prod-values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ querier:
138138
maxUnavailable: 1
139139
resources:
140140
requests:
141-
cpu: 300m
142-
memory: 512Mi
143-
limits:
141+
cpu: 500m
144142
memory: 1Gi
143+
limits:
144+
memory: 2Gi
145145
affinity: {}
146146

147147
queryFrontend:

0 commit comments

Comments
 (0)