-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Astro builds timing out then getting killed #40
Comments
I've run into similar problems during building #41 My current workaround is to use version 0.5.3 |
@MrTeapot are you able to build successfully if you use |
Nope! I changed the version in my package.json to 0.5.3, did rm -rf node_modules, then npm i. |
I simply did a Edit: I've noticed that simply changing the package.json version does not suffice, you also have to delete the yarn.lock. I think it should be similar with npm |
Same issue here. Timed out builds, dev seems fine. |
@tusamni do you notice improved performance if you downgrade to |
@tusamni a fix for this has been released in |
Hey!
This plugin is a critical missing piece in the Astro ecosystem. Keep up the good work!
I installed this plugin and quickly got it running in my development environment. The only trouble I had was that I got status 500 errors when visiting markdown generated pages that had svg images, which I had exported from Figma. I solved it by converting the svgs to pngs. The development server can also be a little bit slow when visiting different pages, sometimes a couple of minutes to load.
I did however, get problems running "astro build".
It got really slow, the "Collecting build information..." step takes several minutes. Running on my rather powerful PC.
After it's done with that step, it continues to the "generating static routes" step. I can see in the console that it has generated multiple responsive images along with the markdown files that was referencing them. And I get a "Completed in X ms" after a while. Then my PC fans go Brrrr for several minutes.
After that, i simply get a "Killed" in the console. No more information is provided.
I tried pushing my changes to github, and let my Github actions build server try to build. The CPU went to 100% and the build process died after 25 minutes. I was forced to restart my server as it became unresponsive.
My site has around 15 images in total, the largest being around 4mb.
I have recently converted the site from Gatsby to Astro, and Gatsby image tools had no issues doing similiar image processing on my images.
I'm sorry that I'm unable to provide more detailed information about my issue. Let me know how I can help you debug the issue.
Thanks in advance.
The text was updated successfully, but these errors were encountered: