More disk on Workers CI/CD
Hi, everyone.
I have an SSG website with Astro at Pages. I'm trying to migrate worker static assets following migration guide.
I'm facing "ENOSPC: no space left on device" failing at build.
I know the limit.
Workers CI/CD's build machine only has 8GB disk. It's a too small disk for SSG and long life(<10yrs) contents media website.
Transferring Images to external bucket is one of the solution, but I don't want loose completely integrated IDE editing experience.
5 Replies
For the media files, maybe you could try migrating them to R2 (paid with free tier limits) and/or Images (paid plan required if you need to do 5000+ image optimizations per month) and then do redirects via
_redirects file.You can also build locally on your device, and upload the built artifacts through wrangler
(but moving to R2/separating out the large assets would be preferable)
already moved most of the assets to r2, still the same problem during nextjs, you guys not planning on improving this? and yeah I know I can deploy from local, but its honestly sh*ty experince