Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Increase memory limits and requests
Browse files Browse the repository at this point in the history
Increase memory limits to 200M nad requests to 100M since we store more
info, e.g. source objects, in the forest now. About 250 namespaces with
10 propagatable objects in each namespace would use 100M memory from
performance tests.
  • Loading branch information
yiqigao217 committed Dec 4, 2020
1 parent 0fd0860 commit 7ed84ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions incubator/hnc/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 100Mi
memory: 200Mi
requests:
cpu: 100m
memory: 50Mi
memory: 100Mi
terminationGracePeriodSeconds: 10

0 comments on commit 7ed84ee

Please sign in to comment.