04-27-2011 11:59 AM
04-27-2011 03:08 PM
07-25-2014 03:52 AM
ProcessEngine
has a memory footprint of about 4 MB.ProcessEngineConfigurationImpl.getProcessDefinitionCache()
which is basically a HashMap
so if you deploy thousands of processes, your memory footprint will rise. If you deploy a lot of processes, you should use a smarter process definition cache, e.g. one based on soft references so that the cache is garbage collected when the memory is low.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.