Closed sprlwrksAprilmintacpineda closed 11 months ago
Only thing we could do here is to increase heap size.
how to increase the heap size?
This is how its done using plain NodeJS, but I don't know how to apply it to this project. Eject might be the only way...
node --stack_size=8192 --max-old-space-size=8192 file.js
Or you can create a config and use build file instead of in-memory.
I have rebased all updates from the upstream, updated all the depencies to latest versions and converted the source code to ESM. The next major version will require Node 20 or newer.
I have been experiencing this error recently. I have not experienced this error before.
Inferno meta