Decrease Koschei's cache_l1_capacity to reduce memory usage

This commit is contained in:
Mikolaj Izdebski 2016-03-01 07:46:45 +00:00
parent f9f5683293
commit b3497594c6

View file

@ -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,