Hi eoghano, What you experienced is normal. A DNN website usually takes about 160-200 MB of memory, so adding PageBlaster probably pushed you over their threshold if it was at 200. The default setting of 25MB is more or less optimal for any environment just because that size will store a lot of pages in the memory cache. The setting was put there to limit the memory use in shared hosting environments, but no site should really need more than that. Decreasing the size will not be a problem on small sites either though. At 5 MB you are still going to be able to cache about 1000 pages in memory on average. The amount of time can be increased also. 4 hours is on the low end of how long you may want to cache a page, but if you are getting decent traffic then the 4 hour limit may not ever be reached since it is a sliding expiration window. In other words, as long as the page gets called again in that 4 hour window, then it will not be removed from memory. The other nice thing about PageBlaster is that the whole page also gets cached to disk, so if you are using memory caching, and a page does happen to expire or the application restarts then the next page request can be pulled from disk just like a static html file. After the page is pulled from disk it is put back in memory for the next request, so the disk backup even if you are using a low threshold for memory will provide great performance too. You may want to tell your hosting company why your memory consumption changed and enquire as to what your threshold is. 200 MB is about as small as should be allowed for a DNN site. |