summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikolaj Izdebski <mizdebsk@redhat.com>2017-09-14 21:42:26 +0000
committerMikolaj Izdebski <mizdebsk@redhat.com>2017-09-14 21:42:26 +0000
commitbf1b02c9fc450cae9323c12d09f172794adde5ff (patch)
tree24d125332f244beae94804c55b3c23f3b87d2d4f
parent00669afe0d0ed5b1c72605804a76b6fd016817b9 (diff)
downloadansible-bf1b02c9fc450cae9323c12d09f172794adde5ff.tar.gz
ansible-bf1b02c9fc450cae9323c12d09f172794adde5ff.tar.xz
ansible-bf1b02c9fc450cae9323c12d09f172794adde5ff.zip
Fix koschei-watcher memory limit
-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 647b08d96..cdffc6332 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": 256**2, # kilobytes
+ "memory_limit": 256*1024, # kilobytes
},
},
"priorities": {