Cloudflare pages total build size limit

Hi all!

I can see in Cloudflare’s documentation (https://developers.cloudflare.com/pages/platform/limits/#file-size) that Pages have a file size limit of 25 MiB. But I can’t see anywhere a mention to what total size can a build be.

Is there such a thing?

Some context, if it helps:
I’m building a blog with 11ty that relies on https://github.com/11ty/eleventy-img/ to transform photos. Each photo will have between 4 and 5 sizes. At 80% JPEG quality, that’s around 500 KB per photo. Each blog post can have between 20 – 40 photos. So between 10 – 20 MB of photos per blog post.

1 Like

There’s no specific total limit. Each file can be 25MiB, with a total of 20k files.

1 Like

Technically 20,000 (max files) * 25 MiB (max file size)

But no, no limit.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.