summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-28 20:22:15 +0000
committerGerrit Code Review <review@openstack.org>2017-07-28 20:22:15 +0000
commitc8ada2b829d267cf107f89b0bf1e819e7838462b (patch)
tree7a5d56046221847b6d74c9290dc6a21965cfc136 /doc
parentb4fc8ac8b7cd54beedf6d9326700f6056e1f9b09 (diff)
parentdc8a090c4cc5d68c60588c2778b60f6f918b9c1a (diff)
downloadzuul-c8ada2b829d267cf107f89b0bf1e819e7838462b.tar.gz
Merge "Monitor job root and kill over limit jobs" into feature/zuulv3
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/components.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/admin/components.rst b/doc/source/admin/components.rst
index c11b5cb0a..08671c9a1 100644
--- a/doc/source/admin/components.rst
+++ b/doc/source/admin/components.rst
@@ -354,6 +354,13 @@ executor
variables=/etc/zuul/variables.yaml
+**disk_limit_per_job**
+ This integer is the maximum number of megabytes that any one job is
+ allowed to consume on disk while it is running. If a job's scratch
+ space has more than this much space consumed, it will be aborted::
+
+ disk_limit_per_job=100
+
merger
""""""