Open 89itworld opened 4 days ago
You can check your Node heap size with node -e 'console.log(v8.getHeapStatistics().heap_size_limit/(1024*1024))'
. Try to increase it to a higher value e.g. export NODE_OPTIONS="--max-old-space-size=8192"
. You can verify the new size by running the first command again. Then run yarn build
again.
Hello Team,
I am facing Javascript Heap out of memory error while creating build in the version 4.6 on self-hosting. Please help me out.