Skip to content

Commit c28a7a3

Browse files
committed
Increase the Operator Manager memory limits and requests
1 parent a83dd85 commit c28a7a3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

infra/feast-operator/bundle/manifests/feast-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,11 @@ spec:
233233
periodSeconds: 10
234234
resources:
235235
limits:
236-
cpu: 500m
237-
memory: 128Mi
236+
cpu: 1000m
237+
memory: 256Mi
238238
requests:
239-
cpu: 10m
240-
memory: 64Mi
239+
cpu: 50m
240+
memory: 128Mi
241241
securityContext:
242242
allowPrivilegeEscalation: false
243243
capabilities:

infra/feast-operator/config/manager/manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ spec:
9191
# More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
9292
resources:
9393
limits:
94-
cpu: 500m
95-
memory: 128Mi
94+
cpu: 1000m
95+
memory: 256Mi
9696
requests:
97-
cpu: 10m
98-
memory: 64Mi
97+
cpu: 50m
98+
memory: 128Mi
9999
serviceAccountName: controller-manager
100100
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)