Skip to content

Commit 4b8e578

Browse files
authored
Merge pull request #1227 from chrisThePattyEater/fixProfilesOOM
GCSFuse Profiles: fix profiles oom
2 parents 555536b + 18693f1 commit 4b8e578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/overlays/profiles/controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
# Setting to a high number, otherwise the Kustomize strategic
6161
# merge logic will not unset the CPU limit specified in base.
6262
cpu: "2"
63-
memory: 200Mi
63+
memory: 400Mi
6464
requests:
6565
cpu: 10m
6666
memory: 80Mi

0 commit comments

Comments
 (0)