Key limits
There is no per-file size limit — the constraint is on the total pack size per push.
See Limits Reference for the full list of system limits.
Recommendations
- Commit large files directly. No LFS setup needed. Push them with
git pushlike any other file. - Use MesaFS for agent workflows. The virtual filesystem streams file content on demand without downloading the entire repository.
- Contact us if limits are too low. We can raise repository size limits for your org and are actively increasing these limits across the board. Reach out on Discord or email us.
What’s coming
We’re working on shallow clones (git clone --depth) and partial clones (git clone --filter)
to make working with large repositories even faster. If either of these is important to your
workflow, let us know.
