From d0d5e84ad3a16433e98536f96bf8f3c9411931c9 Mon Sep 17 00:00:00 2001 From: Chilin Chiou Date: Sat, 12 Apr 2025 15:55:22 +0800 Subject: [PATCH] Fix broken link to idleness page in capacity-planning.md --- docs/source/explanation/capacity-planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/explanation/capacity-planning.md b/docs/source/explanation/capacity-planning.md index a6633890..a86a46ae 100644 --- a/docs/source/explanation/capacity-planning.md +++ b/docs/source/explanation/capacity-planning.md @@ -208,7 +208,7 @@ mybinder.org node CPU usage is low with 50-150 users sharing just 8 cores ### Concurrent users and culling idle servers -Related to [][idleness], all of these resource consumptions and limits are calculated based on **concurrently active users**, +Related to [](idleness), all of these resource consumptions and limits are calculated based on **concurrently active users**, not total users. You might have 10,000 users of your JupyterHub deployment, but only 100 of them running at any given time. That 100 is the main number you need to use for your capacity planning.