Lower koschei l1 cache capacity

This commit is contained in:
Michael Simacek 2016-03-03 09:58:18 +01:00
parent 56a7c7d0cd
commit b05439b995

View file

@ -37,9 +37,9 @@ config = {
"keep_build_deps_for": 1, "keep_build_deps_for": 1,
"local": False, "local": False,
"arches": ['x86_64', 'i386'], "arches": ['x86_64', 'i386'],
"cache_l1_capacity": 4, "cache_l1_capacity": 2,
"cache_l2_capacity": 128, "cache_l2_capacity": 128,
"cache_l1_threads": 3, "cache_l1_threads": 2,
"cache_l2_threads": 1, "cache_l2_threads": 1,
"cache_threads_max": 4, "cache_threads_max": 4,
{% if False %} {% if False %}