Javascript Heap out of Memory Github Action Digital Ocean | AWS

Опубликовано: 19 Июнь 2026
на канале: Next Mastery
8,388
17

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