Key limits
| Resource | Limit |
|---|---|
| Max pack size per Git push | 5 GiB |
| Max individual file size | No limit (bounded by pack size) |
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.
