summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorPaul Belanger <pabelanger@redhat.com>2018-01-08 16:24:57 -0500
committerTobias Henkel <tobias.henkel@bmw.de>2018-01-31 06:54:03 +0000
commit1754b2caf05f40da890e12185414485416fb69ac (patch)
treeb9aa5483ab7a57443c5961bf98f15ca1a816e23a /requirements.txt
parent22c5b7155b9f7ea1df725393ba6faf1ab0869650 (diff)
downloadzuul-1754b2caf05f40da890e12185414485416fb69ac.tar.gz
Add memory awareness to system load governor
This will unregister for concurrent jobs whenever available system memory drops below 5% by default. It does not take into account buffers or cache which could be reclaimed. Users can tune this up or down as necessary. This is a very conservative default and will likely need tuning once observed in production. Change-Id: Iab6469c0173d9f5635769d4ab0e8034a41355cd4 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 39a2b0268..3ab5850ae 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -27,3 +27,4 @@ pyjwt
iso8601
aiohttp
uvloop;python_version>='3.5'
+psutil