Skip to content

Commit

Permalink
Merge pull request #186 from alexis974/fix/readme-memory-buffer-perce…
Browse files Browse the repository at this point in the history
…ntage

Fix wrong memory buffer percentage in README.md
  • Loading branch information
LeaveMyYard authored Jan 10, 2024
2 parents acb4aa4 + f95e259 commit 76eeaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ By default, we use a _simple_ strategy to calculate resource recommendations. It

- For CPU, we set a request at the 99th percentile with no limit. Meaning, in 99% of the cases, your CPU request will be sufficient. For the remaining 1%, we set no limit. This means your pod can burst and use any CPU available on the node - e.g. CPU that other pods requested but aren’t using right now.

- For memory, we take the maximum value over the past week and add a 5% buffer.
- For memory, we take the maximum value over the past week and add a 15% buffer.

### Prometheus connection

Expand Down

0 comments on commit 76eeaeb

Please sign in to comment.