Skip to content

Commit 72158d2

Browse files
committed
✏️ fix
modified: README.md
1 parent 688619e commit 72158d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,10 @@ persistence:
9292

9393
# Min CPU and Memory (%) the controller will count as a condition to resize requests.
9494
# 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.
9799
--min-cpu-increase-percentage int (default 0)
98100
--min-memory-increase-percentage int (default 0)
99101
--min-cpu-decrease-percentage int (default 0)

0 commit comments

Comments
 (0)