Skip to content

Commit

Permalink
docs: Add best practice for reducing memory usage
Browse files Browse the repository at this point in the history
Signed-off-by: William Van Hevelingen <[email protected]>
  • Loading branch information
blkperl committed Jan 27, 2023
1 parent 70e42f3 commit 36c46fd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,13 @@ spec:
```
The above technique has the a benefit in that it would not incur additional cost of allocating
additional load balancers.
additional load balancers.
## Reducing operator memory usage
On clusters with thousands of rollouts memory usage for the argo-rollouts
operator can be reduced significantly by changing RevisionHistoryLimit from the
default of 10 to a lower number. One user of Argo Rollouts saw a 27% reduction
in memory usage for a cluster with 1290 rollouts by changing
RevisionHistoryLimit from 10 to 0.

0 comments on commit 36c46fd

Please sign in to comment.