diff --git a/zimlib/patches/003-reduce-memory-usage.patch b/zimlib/patches/003-reduce-memory-usage.patch index 24460f1..e261efd 100644 --- a/zimlib/patches/003-reduce-memory-usage.patch +++ b/zimlib/patches/003-reduce-memory-usage.patch @@ -6,8 +6,8 @@ : zimFile(fname, std::ios::in | std::ios::binary), - direntCache(512), - clusterCache(16) -+ direntCache(128), -+ clusterCache(4) ++ direntCache(32), ++ clusterCache(1) { if (!zimFile) throw ZenoFileFormatError(std::string("can't open zim-file \"") + fname + '"');