github.com/smintz/nomad@v0.8.3/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/products/nomad/), operators can
    14  define [quota specifications](/guides/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.
    20  
    21  See the [Resource Quotas Guide](/guides/quotas.html) for more details.