File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,10 @@ persistence:
92
92
93
93
# Min CPU and Memory (%) the controller will count as a condition to resize requests.
94
94
# For Example:
95
- # If reqsizer want so change from 5m to 10m, that's a 50% increase.
96
- # It will ignore this if min-cpu-increase-percentage is less than 50.
95
+ # If reqsizer wants to increase from 90m to 100m, that's a 10% increase.
96
+ # It will ignore it if min-cpu-increase-percentage is more than 10.
97
+ # If reqsizer wants to decrease from 100m to 10m, that's a 90% decrease.
98
+ # It will ignore it if min-cpu-decrease-percentage is more than 90.
97
99
--min-cpu-increase-percentage int (default 0)
98
100
--min-memory-increase-percentage int (default 0)
99
101
--min-cpu-decrease-percentage int (default 0)
You can’t perform that action at this time.
0 commit comments