open-nomad/website/source/docs/enterprise/quotas/index.html.md

20 lines
752 B
Markdown
Raw Normal View History

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
define quota specifications 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.
This allows operators to partition a shared cluster and ensure that no single
actor can consume the whole resources of the cluster.