From ef907694fb8a7eaeb8c1cca71592a2d986f3275b Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 26 Feb 2016 15:43:52 +0000 Subject: [PATCH] Increase koschei resolve cache thread numbers --- roles/koschei/templates/config.cfg.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/koschei/templates/config.cfg.j2 b/roles/koschei/templates/config.cfg.j2 index 956ce8a855..123fa8a300 100644 --- a/roles/koschei/templates/config.cfg.j2 +++ b/roles/koschei/templates/config.cfg.j2 @@ -40,11 +40,11 @@ config = { "keep_build_deps_for": 1, "local": False, "arches": ['x86_64', 'i386'], - "cache_l1_capacity": 4, + "cache_l1_capacity": 6, "cache_l2_capacity": 128, - "cache_l1_threads": 1, + "cache_l1_threads": 3, "cache_l2_threads": 1, - "cache_threads_max": 2, + "cache_threads_max": 4, {% if False %} {# hawkey on el7 doesn't support ignore_weak_deps and Koji is not ignoring them either #} "ignore_weak_deps": True,