Skip to content

Commit f5d7524

Browse files
Merge pull request #526 from stevekuznetsov/skuznets/memory-tuning
OCPBUGS-17157: manifests: tune memory use
2 parents f23122c + 2504ccd commit f5d7524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: manifests/09_operator.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ spec:
7272
port: 8080
7373
resources:
7474
requests:
75-
cpu: 10m
76-
memory: 50Mi
75+
cpu: 1m
76+
memory: 5Mi
7777
env:
7878
- name: WATCH_NAMESPACE
7979
valueFrom:
@@ -88,6 +88,8 @@ spec:
8888
- name: "RELEASE_VERSION"
8989
# The string "0.0.1-snapshot" is substituted by the CVO with the version of the payload
9090
value: "0.0.1-snapshot"
91+
- name: GOMEMLIMIT
92+
value: 5MiB
9193
volumeMounts:
9294
- name: marketplace-trusted-ca
9395
mountPath: /etc/pki/ca-trust/extracted/pem/

0 commit comments

Comments
 (0)