Lower koschei l2 cache capacity. We're getting out of space

This commit is contained in:
Michael Simacek 2016-05-21 22:34:41 +02:00
parent 35d6c5bf38
commit df5a28108d

View file

@ -41,7 +41,7 @@ config = {
"resolver_queue_size": 100,
"dependency_fetch_chunk_size": 150,
"cache_l1_capacity": 3,
"cache_l2_capacity": 128,
"cache_l2_capacity": 100,
"cache_l1_threads": 3,
"cache_l2_threads": 1,
"cache_threads_max": 4,