Skip to content

Commit 3105f30

Browse files
authored
increase CPU/Memory limit for blobfuse daemonset
1 parent 4879d73 commit 3105f30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy/csi-blobfuse-node.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ spec:
107107
name: blobfuse-cache
108108
resources:
109109
limits:
110-
cpu: 200m
111-
memory: 200Mi
110+
cpu: 4000m
111+
memory: 4000Mi
112112
requests:
113113
cpu: 10m
114114
memory: 20Mi
@@ -134,4 +134,4 @@ spec:
134134
name: msi
135135
- hostPath:
136136
path: /mnt
137-
name: blobfuse-cache
137+
name: blobfuse-cache

0 commit comments

Comments
 (0)