From b05439b995514bfd9dd51bd9f9ed72ff50d335a3 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Thu, 3 Mar 2016 09:58:18 +0100 Subject: [PATCH] Lower koschei l1 cache capacity --- roles/koschei/templates/config.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koschei/templates/config.cfg.j2 b/roles/koschei/templates/config.cfg.j2 index 9764492ef2..0ac3d1506f 100644 --- a/roles/koschei/templates/config.cfg.j2 +++ b/roles/koschei/templates/config.cfg.j2 @@ -37,9 +37,9 @@ config = { "keep_build_deps_for": 1, "local": False, "arches": ['x86_64', 'i386'], - "cache_l1_capacity": 4, + "cache_l1_capacity": 2, "cache_l2_capacity": 128, - "cache_l1_threads": 3, + "cache_l1_threads": 2, "cache_l2_threads": 1, "cache_threads_max": 4, {% if False %}