Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc/instance_units: Clarify usage #941

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/reference/instance_units.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
(instances-limit-units)=
# Units for storage and network limits
# Units for storage, memory and network limits

Any value that represents bytes or bits can make use of a number of suffixes to make it easier to understand what a particular limit is.

Both decimal and binary (kibi) units are supported, with the latter mostly making sense for storage limits.

The full list of bit suffixes currently supported is:
The full list of bit suffixes currently supported for network limits is:

- bit (1)
- kbit (1000)
Expand All @@ -21,7 +21,7 @@ The full list of bit suffixes currently supported is:
- Pibit (1024^5)
- Eibit (1024^6)

The full list of byte suffixes currently supported is:
The full list of byte suffixes currently supported for storage and memory limits is:

- B or bytes (1)
- kB (1000)
Expand Down
Loading