Hi, Freemarker caching of BeanWrapper model giving us a fantastic page load performance (2X). This was enabled in strust2 via /struts.freemarker.beanwrapperCache set to true/ in struts.xml, but now this is causing our server going OOM due to no eviction policy applied to this cache. When we profiled using jvisualvm its shows our Model objects references are holds by this wrapper cache and its keep on growing. I hope its a bug in cache implementation, or if there any workaround i can apply without turning off the cache.
-- View this message in context: http://struts.1045723.n5.nabble.com/Freemarker-caching-of-BeanWrapper-models-causing-Memory-Leak-tp5719662.html Sent from the Struts - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org