Failed: build exceeded memory limit and was terminated

how ti fix this , i am using next js
No description
5 Replies
Vero
Vero5mo ago
Hi. We recently upgraded our infrastructure which gives builds significantly increased disk IO. It looks like a small number of projects are consuming more memory as a result. Here are some things that may help: Reduce concurrency settings in your build (if applicable.) Eg. next.js defaults to 7 threads that can be overridden by specifying experimental.cpus: 4. Reduce Node memory by specifying an environment variable: NODE_OPTIONS=--max-old-space-size=3072 (if you’re setting this elsewhere already, then change it there instead).
samerkhusein
samerkhusein5mo ago
No description
samerkhusein
samerkhusein5mo ago
No description
samerkhusein
samerkhusein5mo ago
i have this error
Vero
Vero5mo ago
then probably you can't reduce the memory too much, because it's running out of memory
Want results from more Discord servers?
Add your server
More Posts