Files
coder/docs/admin/quotas.md
T
c13e68248b docs: Add initial docs to groups and rbac (#4455)
* docs: Add initial docs to groups and rbac

* Update manifest

* Apply suggestions from code review

Co-authored-by: Joe Previte <jjprevite@gmail.com>

* use single user icon

* chore: add labels and standardize enterprise messaging

* clarify template role

* add groups role

* fix typo

* rename access to use

Co-authored-by: Joe Previte <jjprevite@gmail.com>
Co-authored-by: Ben <me@bpmct.net>
2022-10-11 13:34:41 -05:00

709 B

Quotas

Coder Enterprise admins may define deployment-level quotas to protect against Denial-of-Service, control costs, and ensure equitable access to cloud resources.

The quota is enabled by either the CODER_USER_WORKSPACE_QUOTA environment variable or the --user-workspace-quota flag. For example, you may limit each user in a deployment to 5 workspaces like so:

coder server --user-workspace-quota=5

Then, when users create workspaces they would see:

Enabling this feature

This feature is only available with an enterprise license. Learn more

Up next