Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
-
Patch Submitted:Yes
-
Number of attachments :
Description
We have very large jtl files. Chronos tries to load whole document into DOM tree.
Switch to streaming XML using SAX and StAX.
For example with 2G jtl file, you get OutOfMemoryException even with -Xmx4g. With streaming api's, memory footprint goes down to 500m+.
Patch provided