Problems I never had with my #Gatsby site that I now deal with using #Astro: my Netlify builds are failing because the process is allocating too much memory ๐Ÿคฆโ€โ™‚๏ธ not sure what I can do on my end.
gonna manually build and upload the zip like the old FTP days for now ๐Ÿ“จ๐Ÿ”ฅ๐Ÿ“ก

actually, you can't upload a manual build for sites that use git deployment. seems like the "drag and drop" stuff is only for quick one-off sites

https://app.netlify.com/drop

this has been escalated to a serious problem ๐Ÿ˜‚

Netlify

Start building the best web experiences in record time

looking on the Astro Discord it seems that they had a similar problem with their docs and had to make a custom Netlify configuration that increases the memory ๐Ÿค” gonna give this a shot

https://github.com/withastro/docs/commit/545b6462454cf7d501708045d46c0f58a252aa9b

Fix out-of-memory Netlify deploys for external contributors (#2252) ยท withastro/docs@545b646

Astro documentation. Contribute to withastro/docs development by creating an account on GitHub.

GitHub

Found a solution a random #AstroJS commit.

Needed to add a #Netlify config that increase Node memory.

@whoisryosuke ooh, this is probably relevant to me as I move an app on netlify to Astro. Thanks!