--- a/src/index/beaglequeue.cpp
+++ b/src/index/beaglequeue.cpp
@@ -207,7 +207,7 @@
     if (ccdir.at(0) != '/')
         ccdir = path_cat(m_config->getConfDir(), ccdir);
 
-    int maxmbs = 20;
+    int maxmbs = 40;
     m_config->getConfParam("webcachemaxmbs", &maxmbs);
     m_cache = new CirCache(ccdir);
     m_cache->create(off_t(maxmbs)*1000*1024, CirCache::CC_CRUNIQUE);