change cache size to 10 MB

pull/89/head
chrox 11 years ago
parent 8ccb3ebd8b
commit 4e1572d7d0

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

Loading…
Cancel
Save