diff --git a/cre.cpp b/cre.cpp index 9326c5ae5..e9d592b2d 100644 --- a/cre.cpp +++ b/cre.cpp @@ -567,7 +567,7 @@ int luaopen_cre(lua_State *L) { /* initialize font manager for CREngine */ InitFontManager(lString8()); - ldomDocCache::init(lString16("./cr3cache"), 100); + ldomDocCache::init(lString16("./cr3cache"), 1024 * 1024 * 64); // 64Mb on disk cache for DOM #ifdef DEBUG_CRENGINE CRLog::setStdoutLogger();