summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikolaj Izdebski <mizdebsk@redhat.com>2017-09-14 21:03:27 +0000
committerMikolaj Izdebski <mizdebsk@redhat.com>2017-09-14 21:03:27 +0000
commit00669afe0d0ed5b1c72605804a76b6fd016817b9 (patch)
treecd407a363f457b2e1116e4064adc442a49c8855c
parent389dac622dbba77a28db98a7ac3d18db1f0272b6 (diff)
downloadansible-00669afe0d0ed5b1c72605804a76b6fd016817b9.tar.gz
ansible-00669afe0d0ed5b1c72605804a76b6fd016817b9.tar.xz
ansible-00669afe0d0ed5b1c72605804a76b6fd016817b9.zip
Lower memory limit for koschei-watcher
-rw-r--r--roles/koschei/backend/templates/config-backend.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2
index 996e5640f..647b08d96 100644
--- a/roles/koschei/backend/templates/config-backend.cfg.j2
+++ b/roles/koschei/backend/templates/config-backend.cfg.j2
@@ -61,7 +61,7 @@ config = {
"memory_limit": 1024**2, # kilobytes
},
"watcher": {
- "memory_limit": 1024**2, # kilobytes
+ "memory_limit": 256**2, # kilobytes
},
},
"priorities": {