-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.7.3
-
Component/s: Automation
-
Tags:
-
Sprint:TGV 7.1-6
Under heavy automation operations load the heap is full of the following object:
3: 12435950 397950400 org.nuxeo.ecm.core.api.model.impl.primitives.StringProperty 8: 4445267 142248544 org.nuxeo.ecm.core.api.model.impl.DocumentPartImpl 11: 2927690 93686080 org.nuxeo.ecm.core.api.model.impl.primitives.DateProperty 13: 4445267 71124272 org.nuxeo.ecm.core.api.impl.DataModelImpl 18: 814330 32573200 org.nuxeo.ecm.automation.core.trace.Call 20: 1768997 28303952 java.util.HashMap$KeySet 21: 589015 28272720 org.nuxeo.common.collections.ScopedMap 22: 588961 28270128 org.nuxeo.ecm.core.api.impl.DataModelMapImpl 23: 817967 26174944 java.util.LinkedList 24: 814330 26058560 org.nuxeo.ecm.automation.core.trace.Trace
The Call and Trace objects keep increasing and at a certain point it creates a Full GC storm.