You can tune ehcache memory consumption decreasing objects stored in memory and increasing objects stored on disk. There is an totally alternative cache module (it is not a magnolia cache module extension) http://www.openmindlab.com/lab/products/simplecache.html that will cache your resources (pages / other dynamic resources) to disk and will stream them from disk on following requests, just as any other static resource. The caching process is highly optimized and writes both on response stream and on disk stream, using no heap at all.
-- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=2c7f915c-229a-483d-80c9-31015b2355e8 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
