treewide: specify where mebibytes are used when it's ambiguous

This commit is contained in:
Axel Karjalainen
2025-07-11 00:44:23 +03:00
parent dd082b8161
commit 7159ab6f43
16 changed files with 32 additions and 33 deletions

View File

@@ -44,7 +44,7 @@ in
maxMemory = lib.mkOption {
type = lib.types.ints.unsigned;
default = 64;
description = "The maximum amount of memory to use for storage, in megabytes.";
description = "The maximum amount of memory to use for storage, in MiB (1024×1024 bytes).";
};
maxConnections = lib.mkOption {