Hi, we are experiencing numerous crashes when building our Gatsby site, and there is no apparent reason.
It is ~3k pages big at the moment and will probably increase tenfold.
Some crashes are the build process getting SIG KILLED like here:
And sometimes it crashes with specific Gatsby, and sometimes tests timeout, like if the Netlify box is at its limits.
Is there a way to have a more powerful box? We are running on the Open Source tier.
thanks
hillary
September 26, 2022, 9:28pm
2
Hey there, @cesarvarela
Thanks so much for reaching out! Usually with this error, it is indicating that there is a memory issue with your site. I would recommend working through the following resources to optimize your build:
Hello! I’m trying to deploy my website by means of
gatsby build
And while locally it works ok, on Netlify I’m getting a SIGKILL and no real explanation.
My website is at gianlucabelvisi.com
Git repo is: GitHub - gianlucabelvisi/gianlucabelvisi.com
3:50:59 PM: Build ready to start
3:51:01 PM: build-image version: 0582042f4fc261adc7bd8333f34884959c577302
3:51:01 PM: build-image tag: v3.7.6
3:51:01 PM: buildbot version: 3934dc3e65fec0466cd25051c676f6e727c64ab1
3:51:01 PM: Building without ca…
Last Reviewed By Netlify Support Staff: May 2023
You’ve gotten your site to build, perhaps via our Support Guide on debugging site builds . Congrats! What’s next?
Now is a great time to make your build FASTER! While there is no “one size fits all” for how long your build should take, less is more here. The faster you can deploy a site, the faster you can work on the next version. This guide will review some best practices and offer some guidance on speeding up your builds.There are three hig…
Let us know if this gets you on the right track!