Open ChenAlon opened 4 years ago
try export NODE_OPTIONS="--max-old-space-size=4096"
@larshp even 8192 does not work for me my file is too large any workaroud?
Encountering the same problem when converting XML file to JSON object. Increasing the heap size won't help, even for relatively small files (100MB). It feels like there is some bug or memory leak in this library.
I also take this exception when request a 700MB file from backend server. try command:node --max-old-space-size=8192 dist/main also take error. any workaroud for this issue?
We experience the same issue
I tried to convert a ~20MB JSON object to XML. Any idea what's wrong and how to solve it?
xml-js version: 1.6.11 Node version: 8.0.12
I would appreciate any help/hint/guide/tips. Thanks!