Increase koschei resolve cache thread numbers
This commit is contained in:
parent
410f02adb9
commit
ef907694fb
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue