From 5f7774f8423e4118b308d44708494072ad83cadf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 13 Jun 2024 13:34:39 -0400 Subject: [PATCH] doc/instance_units: Clarify usage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/reference/instance_units.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/reference/instance_units.md b/doc/reference/instance_units.md index d8d30efe507..60ea83933fe 100644 --- a/doc/reference/instance_units.md +++ b/doc/reference/instance_units.md @@ -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) @@ -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)