Decrease Koschei's cache_l1_capacity to reduce memory usage
This commit is contained in:
parent
f9f5683293
commit
b3497594c6
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ config = {
|
|||
"keep_build_deps_for": 1,
|
||||
"local": False,
|
||||
"arches": ['x86_64', 'i386'],
|
||||
"cache_l1_capacity": 6,
|
||||
"cache_l1_capacity": 4,
|
||||
"cache_l2_capacity": 128,
|
||||
"cache_l1_threads": 3,
|
||||
"cache_l2_threads": 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue