As Manuel pointed out, you can control how much memory ehCache consumes by configuring number of entries you allow in memory. You can force it to use disk instead of memory, but you can't force it to use some other memory then the one assigned to JVM. If this is what you need then you need different cache implementation instead of ehCache.
HTH, Jan -- 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]> ----------------------------------------------------------------
