summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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": {