change cache size to 10 MB

This commit is contained in:
chrox
2013-04-30 13:45:14 +08:00
parent 8ccb3ebd8b
commit 4e1572d7d0

View File

@@ -20,7 +20,7 @@ A global LRU cache
]]--
Cache = {
-- cache configuration:
max_memsize = 1024*1024*15, -- 15MB cache size
max_memsize = 1024*1024*10, -- 10MB cache size
-- cache state:
current_memsize = 0,
-- associative cache