Skip to content

Commit 6c94dbf

Browse files
authored
fix: Increase the Operator Manager memory limits and requests (#5441)
Increase the Operator Manager memory limits Signed-off-by: jyejare <jyejare@redhat.com>
1 parent bca0e1c commit 6c94dbf

File tree

3 files changed

+8
-8
lines changed

3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ 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:
9797
cpu: 10m
9898
memory: 64Mi

infra/feast-operator/dist/install.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8425,8 +8425,8 @@ spec:
84258425
periodSeconds: 10
84268426
resources:
84278427
limits:
8428-
cpu: 500m
8429-
memory: 128Mi
8428+
cpu: 1000m
8429+
memory: 256Mi
84308430
requests:
84318431
cpu: 10m
84328432
memory: 64Mi

0 commit comments

Comments
 (0)