Answers for "nextjs build ineffective mark-compacts near heap limit allocation failed site:stackoverflow.com"

3

ineffective mark-compacts near heap limit allocation failed - javascript heap out of memory

add --max_old_space_size=4096 in npm run build script
Posted by: Guest on November-25-2021
0

Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

rm -rf tmp/cache
Posted by: Guest on October-12-2021

Code answers related to "nextjs build ineffective mark-compacts near heap limit allocation failed site:stackoverflow.com"

Browse Popular Code Answers by Language