<snip>
Private caches all over the placeNote that these "private caches" are probably harmless. They are templates (not instance documents) and it seems unlikely to me that any significant memory savings will be obtained by attempting to optimize in this area.
---------------------------------
I mentioned above components that pre-analyze files like jxtemplate, woody form definitions, flowscript, etc. Now if we look closer at these components, we see that each of them has its own private cache (often a static Map). This means that every loaded file is kept in memory forever, even if only used once in the system lifetime, and even if the corresponding file is actually deleted!
Regards,
Chris.
