Closed mathy-plutoflume closed 1 year ago
Did you find out what part is consuming the memory?
Did you find out what part is consuming the memory?
@Sicos1977 Not exactly. I tried removing some of the parts (specially the Attachment part) inside LoadStorage
to see whether that may be cause. But could find the exact place.
Describe the bug I was trying to extract
BodyText
andBodyHtml
from MSG file and noticed that the memory usage was very high.To Reproduce I used the EmailWith2Attachments.msg from the sample test files for my analysis
Code i used to benchmark
Expected behavior
Actual behavior Input
msg
file size is267 KB
and memory allocated for that is around55 MB
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
msg
files with large text in body (400,000 words). Themsg
file size was548 KB
whereas the Memory allocated for that was around43 MB
. Benchmark report below,