summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Simacek <msimacek@redhat.com>2017-03-10 11:49:01 +0100
committerMichael Simacek <msimacek@redhat.com>2017-03-10 11:49:01 +0100
commitde76f385ee12d2fdf455c57b2d4c76f9a4121903 (patch)
tree763ac089a0038bf5b6871c48751a5a5ef23d331e
parent202c9b39842babdd459f3fbf93212da05c64a412 (diff)
downloadansible-de76f385ee12d2fdf455c57b2d4c76f9a4121903.tar.gz
ansible-de76f385ee12d2fdf455c57b2d4c76f9a4121903.tar.xz
ansible-de76f385ee12d2fdf455c57b2d4c76f9a4121903.zip
Koschei: fix memory limit unit
-rw-r--r--roles/koschei/backend/templates/config-backend.cfg.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2
index 92403e0b1..f18a903f1 100644
--- a/roles/koschei/backend/templates/config-backend.cfg.j2
+++ b/roles/koschei/backend/templates/config-backend.cfg.j2
@@ -58,10 +58,10 @@ config = {
{% endif %}
},
"build_resolver": {
- "memory_limit": 1024**3,
+ "memory_limit": 1024**2, # kilobytes
},
"repo_resolver": {
- "memory_limit": 1024**3,
+ "memory_limit": 1024**2, # kilobytes
},
},
"priorities": {