Skip to content

Commit

Permalink
Update cpu metric maximum
Browse files Browse the repository at this point in the history
Aligned with the changes on CF runtime side it is now also possible to set the CPU threshold up to `400`.
  • Loading branch information
silvestre authored Dec 13, 2024
1 parent bd6692a commit 84a564b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/parameters-for-a-dynamic-scaling-policy-c966417.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ integer
- `memoryused`: minimum = 1; maximum = no upper limit

- `memoryutil`: minumum = 1; maximum = 100
- `cpu`: minimum = 1; maximum = 200
- `cpu`: minimum = 1; maximum = 400

- `cpuutil`: minimum = 1; maximum = 100

Expand Down

0 comments on commit 84a564b

Please sign in to comment.