Lower koschei l1 cache capacity
This commit is contained in:
parent
56a7c7d0cd
commit
b05439b995
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue