Next.js Discord

Discord Forum

I have an Issue of Reached Heap Limit Allocation Failed

Answered
Αμμάν Ριζουάν posted this in #help-forum
Open in Discord
I have also try the --max-old-space-size command to increase the size of ram usage.
Answered by @ts-ignore
remove it and install 64bit one from nodejs.org
View full answer

12 Replies

you sure you installed proper nodejs version for your system?
I have install the Node JS 64bit and my window is also 64bit
node -p "process.arch"
can you show output of this command
ia32
@Αμμάν Ριζουάν ia32
yep, that's a 32 bit nodejs version
remove it and install 64bit one from nodejs.org
Answer
Now its work