xml-formatter
xml-formatter copied to clipboard
Memory Usage Spike for large xmls strings
Hi!
I have a String of xml that could be ~200MB in size.
Calling xmlFormatter(xmlContent, { throwOnFailure: false })
on it causes Node's heap to keep growing. It gets close to 4GB and can OOM.
Thanks @smohanty92 for submitting your issue.
I will see if there is anything obvious causing this memory issue.