Skip to content

Commit 9093fb6

Browse files
committed
Add note
Signed-off-by: Omer Aplatony <[email protected]>
1 parent ae2b663 commit 9093fb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vertical-pod-autoscaler/docs/features.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ When enabled, memory values in recommendations will be:
2929

3030
For example, instead of seeing a memory recommendation of `262144000` bytes, you would see `250.00Mi`.
3131

32+
Note: Due to the conversion to binary units and decimal place rounding, the humanized values may be slightly higher than the raw byte recommendations. For example, 1537 bytes would be shown as "1.50Ki" (1536 bytes). Consider this small difference when doing precise capacity planning.
33+
3234
To enable this feature, set the `--humanize-memory` flag to true when running the VPA recommender:
3335
```bash
34-
--humanize-memory=true
35-
```
36+
--humanize-memory=true

0 commit comments

Comments
 (0)