Skip to content

Commit

Permalink
Merge pull request #1725 from andyzhangx/increase-blob-memory-limit
Browse files Browse the repository at this point in the history
fix: increase blob memory limit to avoid OOM during volume clone
  • Loading branch information
andyzhangx authored Nov 30, 2024
2 parents c349bf2 + 9732220 commit 39fce22
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the latest Azure Blob S
| `controller.resources.livenessProbe.limits.memory` | liveness-probe memory limits | 300Mi |
| `controller.resources.livenessProbe.requests.cpu` | liveness-probe cpu requests | 10m |
| `controller.resources.livenessProbe.requests.memory` | liveness-probe memory requests | 20Mi |
| `controller.resources.blob.limits.memory` | blob-csi-driver memory limits | 200Mi |
| `controller.resources.blob.limits.memory` | blob-csi-driver memory limits | 800Mi |
| `controller.resources.blob.requests.cpu` | blob-csi-driver cpu requests | 10m |
| `controller.resources.blob.requests.memory` | blob-csi-driver memory requests | 20Mi |
| `controller.resources.csiResizer.limits.memory` | csi-resizer memory limits | 300Mi |
Expand Down
Binary file modified charts/latest/blob-csi-driver-v0.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion charts/latest/blob-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ controller:
memory: 20Mi
blob:
limits:
memory: 200Mi
memory: 800Mi
requests:
cpu: 10m
memory: 20Mi
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-blob-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ spec:
name: azure-cred
resources:
limits:
memory: 200Mi
memory: 800Mi
requests:
cpu: 10m
memory: 20Mi
Expand Down

0 comments on commit 39fce22

Please sign in to comment.