Lower koschei L2 cache capacity a bit more

This commit is contained in:
Michael Simacek 2016-05-23 10:38:07 +02:00
parent 6ee82ca6df
commit 962b5b9c99

View file

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