Skip to content

Commit 2d2ca4e

Browse files
committed
fix: memory improvements for ConfigMap tracking
Signed-off-by: Doug Edgar <dedgar@redhat.com>
1 parent af77b7b commit 2d2ca4e

6 files changed

Lines changed: 501 additions & 458 deletions

File tree

config/manager/manager.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ spec:
5252
args:
5353
- --leader-elect
5454
env:
55+
- name: GOMEMLIMIT
56+
value: "800MiB"
5557
- name: OPERATOR_VERSION
5658
value: "latest"
5759
image: controller:latest

0 commit comments

Comments
 (0)