Hi,
Our application loads lot of data in the POJO cache. Both heap and non heap space is used heavily. BUT we observed that permgen (non-heap) is not getting released/freed-up even after stopping the jboss cache (stop() ) OR destroying the cache (destroy()) OR even after manually stopping the application from weblogic console. Looks like there are some memory leaks. From the JMX Console I see that number of nodes in the cache is reset back to 0.
We have a requirement to clean the cache every day without stopping the application or restarting the servers.
Is there any way to achieve this? Can someone please help?
Regards,
Anirudha