Skip to content

Commit a90f6ed

Browse files
committed
(chore) increase memory limits to 512Mi
1 parent 3450ff1 commit a90f6ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
resources:
7474
limits:
7575
cpu: 500m
76-
memory: 256Mi
76+
memory: 512Mi
7777
requests:
7878
cpu: 100m
7979
memory: 128Mi

manifest/deployment-agentless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
resources:
5555
limits:
5656
cpu: 500m
57-
memory: 256Mi
57+
memory: 512Mi
5858
requests:
5959
cpu: 100m
6060
memory: 128Mi

manifest/deployment-shard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
resources:
5555
limits:
5656
cpu: 500m
57-
memory: 256Mi
57+
memory: 512Mi
5858
requests:
5959
cpu: 100m
6060
memory: 128Mi

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ spec:
188188
resources:
189189
limits:
190190
cpu: 500m
191-
memory: 256Mi
191+
memory: 512Mi
192192
requests:
193193
cpu: 100m
194194
memory: 128Mi

0 commit comments

Comments
 (0)