Adjust koschei resolver properties

This commit is contained in:
Michael Simacek 2016-03-06 20:50:34 +01:00
parent 558bc1644e
commit 042de2c167

View file

@ -37,10 +37,13 @@ config = {
"keep_build_deps_for": 1, "keep_build_deps_for": 1,
"local": False, "local": False,
"arches": ['x86_64', 'i386'], "arches": ['x86_64', 'i386'],
"persist_chunk_size": 300,
"resolver_queue_size": 100,
"dependency_fetch_chunk_size": 100,
"cache_l1_capacity": 2, "cache_l1_capacity": 2,
"cache_l2_capacity": 128, "cache_l2_capacity": 128,
"cache_l1_threads": 2, "cache_l1_threads": 2,
"cache_l2_threads": 1, "cache_l2_threads": 2,
"cache_threads_max": 4, "cache_threads_max": 4,
{% if False %} {% if False %}
{# hawkey on el7 doesn't support ignore_weak_deps and Koji is not ignoring them either #} {# hawkey on el7 doesn't support ignore_weak_deps and Koji is not ignoring them either #}