Skip to content

Commit

Permalink
config: remove operator memory limit (#357)
Browse files Browse the repository at this point in the history
Measurements show Operator can use 50MB of RSS memory
when multpile racks are added to Scylla cluster.
Although it scales with number of objects, so no limit
is better. User may define his own limits if needed.

Fixes #357
  • Loading branch information
zimnx committed Feb 3, 2021
1 parent 9f186bb commit 4520f59
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions config/operator/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ spec:
imagePullPolicy: IfNotPresent
name: manager
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down
3 changes: 0 additions & 3 deletions examples/common/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1940,9 +1940,6 @@ spec:
initialDelaySeconds: 5
periodSeconds: 10
resources:
limits:
cpu: 100m
memory: 30Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit 4520f59

Please sign in to comment.