Heroku server crashes with “JavaScript heap out of memory” when deploying ‘react-admin’ app
Contacted heroku support, here I solved the issue: The error has occurred because the node can only address 1.5GB of memory before hitting the JavaScript heap out of memory error, a default limit that it inherits from the V8 engine. We tweak this default setting on Heroku through the NODE_OPTIONS env var so that the … Read more