From 878fc7b0b090e0343db9a60a38afb8a187760e15 Mon Sep 17 00:00:00 2001 From: "mika.busch" Date: Mon, 24 Feb 2025 18:04:23 +0100 Subject: [PATCH] Add DISK_BASE_UNIT and RAM_BASE_UNIT to documentation --- docs/configuration/miscellaneous.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/configuration/miscellaneous.md b/docs/configuration/miscellaneous.md index c14c0ac77..b9d079564 100644 --- a/docs/configuration/miscellaneous.md +++ b/docs/configuration/miscellaneous.md @@ -233,3 +233,15 @@ This parameter controls how frequently a failed job is retried, up to the maximu Default: `0` (retries disabled) The maximum number of times a background task will be retried before being marked as failed. + +## DISK_BASE_UNIT + +Default: `1000` + +The base unit for disk sizes. Set this to `1024` to use binary prefixes (MiB, GiB, etc.) instead of decimal prefixes (MB, GB, etc.). + +## RAM_BASE_UNIT + +Default: `1000` + +The base unit for RAM sizes. Set this to `1024` to use binary prefixes (MiB, GiB, etc.) instead of decimal prefixes (MB, GB, etc.).