From a9cfee3616293bd8eed8cc32e0804aebd99718a8 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 27 Apr 2023 16:19:40 +0000 Subject: [PATCH] docs: clarify quota allocation --- docs/admin/quotas.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/admin/quotas.md b/docs/admin/quotas.md index 84ca425f4014f..bd52fd668c32a 100644 --- a/docs/admin/quotas.md +++ b/docs/admin/quotas.md @@ -5,8 +5,9 @@ templates and assigning budgets to users. Users that exceed their budget will be blocked from launching more workspaces until they either delete their other workspaces or get their budget extended. -For example: A template is configured with a cost of 5 credits per day, and the user is -granted a budget of 15 credits per day. This budget limits the user to 3 concurrent workspaces. +For example: A template is configured with a cost of 5 credits per day, +and the user is granted 15 credits, which can be consumed by both started and +stopped workspaces. This budget limits the user to 3 concurrent workspaces. Quotas are licensed with [Groups](./groups.md).