From 0212202857d77f877428c39aa781edfe0919102c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 05:21:04 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/source/deployment/k3s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/deployment/k3s.md b/docs/source/deployment/k3s.md index 53a307d2c..b0a5f3015 100644 --- a/docs/source/deployment/k3s.md +++ b/docs/source/deployment/k3s.md @@ -40,7 +40,7 @@ do not need traefik. 450M of RAM per user, and RAM is the limiting factor (not CPU), let's roughly start with the following formula to determine this: - maxPods = 1.75 * amount of ram in GB + maxPods = 1.75 \* amount of ram in GB This adds a good amount of margin. We can tweak this later