JavaScript heap out of memory while running a Nodejs app on App Platform
To solve JavaScript heap size, we must maximize space before running the script.
export NODE_OPTIONS=–max-old-space-size=Desiredvalue
example
–max-old-space-size=1024
–max-old-space-size=2048
–max-old-space-size=3072
–max-old-space-size=4096
like and subscribe