vors
vors3y ago

Storage limits

What is the file size limit for File Storage? https://docs.convex.dev/using/file-storage
5 Replies
gautamg
gautamg3y ago
1GB of storage and 1GB/mo bandwidth on our starter plan, and 100GB each of storage and bandwidth for Professional! Details here: https://www.convex.dev/plans
Plans and Pricing
The reactive backend-as-a-service for web developers
nipunn
nipunn3y ago
There's no limit for a single file. We only currently support a single request upload, so there's an implicit limit based on how much you can shove into a single POST request before hitting a timeout. Multipart uploads are in the vision, but haven't been a priority yet. But let us know if it would be helpful for your use cases
james
james3y ago
depending on the browser some may cut you off at 2GB, but yeah it's unlikely this is going to impact your application if you end up needing huge files we could add multi-part upload, but again it seems unlikely to be the case for you
james
james3y ago
limits in general are documented here but we can do a better job of enumerating them: https://docs.convex.dev/understanding/state#limits
Status and Guarantees | Convex Developer Hub
Convex is ready for production use. You can
vors
vorsOP3y ago
Thank you!

Did you find this page helpful?