2017-09-19 14:47:10 +00:00
|
|
|
---
|
|
|
|
layout: "docs"
|
2017-09-26 16:51:28 +00:00
|
|
|
page_title: "Nomad Enterprise Resource Quotas"
|
2017-09-19 14:47:10 +00:00
|
|
|
sidebar_current: "docs-enterprise-quotas"
|
|
|
|
description: |-
|
2017-09-26 16:51:28 +00:00
|
|
|
Nomad Enterprise provides support for applying resource quotas to namespaces
|
|
|
|
which restricts the overall resources that jobs within the namespace are
|
|
|
|
allowed to consume.
|
2017-09-19 14:47:10 +00:00
|
|
|
---
|
|
|
|
|
2017-09-26 16:51:28 +00:00
|
|
|
# Nomad Enterprise Resource Quotas
|
2017-09-19 14:47:10 +00:00
|
|
|
|
|
|
|
In [Nomad Enterprise](https://www.hashicorp.com/products/nomad/), operators can
|
2017-10-16 18:17:04 +00:00
|
|
|
define [quota specifications](/guides/quotas.html) and apply them to namespaces.
|
|
|
|
When a quota is attached to a namespace, the jobs within the namespace may not
|
|
|
|
consume more resources than the quota specification allows.
|
2017-09-19 14:47:10 +00:00
|
|
|
|
|
|
|
This allows operators to partition a shared cluster and ensure that no single
|
2017-11-20 20:19:42 +00:00
|
|
|
actor can consume the whole resources of the cluster.
|
|
|
|
|
|
|
|
See the [Resource Quotas Guide](/guides/quotas.html) for more details.
|