Closed Stephen2 closed 5 years ago
I've had to run this with node --max-old-space-size=8192 but it works with modern code now, whereas previously was breaking in my code base
node --max-old-space-size=8192
awesome!
I've had to run this with
node --max-old-space-size=8192
but it works with modern code now, whereas previously was breaking in my code base