github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/website/source/docs/enterprise/quotas/index.html.md (about) 1 --- 2 layout: "docs" 3 page_title: "Nomad Enterprise Resource Quotas" 4 sidebar_current: "docs-enterprise-quotas" 5 description: |- 6 Nomad Enterprise provides support for applying resource quotas to namespaces 7 which restricts the overall resources that jobs within the namespace are 8 allowed to consume. 9 --- 10 11 # Nomad Enterprise Resource Quotas 12 13 In [Nomad Enterprise](https://www.hashicorp.com/go/nomad-enterprise), operators can 14 define [quota specifications](/guides/security/quotas.html) and apply them to namespaces. 15 When a quota is attached to a namespace, the jobs within the namespace may not 16 consume more resources than the quota specification allows. 17 18 This allows operators to partition a shared cluster and ensure that no single 19 actor can consume the whole resources of the cluster. See the 20 [Resource Quotas Guide](/guides/security/quotas.html) for more details. 21 22 Click [here](https://www.hashicorp.com/go/nomad-enterprise) to set up a demo or 23 request a trial of Nomad Enterprise.