Git Limitations in Yeedu
Git integration in Yeedu has a few hard limits. They keep the system stable, keep performance steady, and keep repository work inside a workspace reliable. These limits apply when you clone a repository, switch a branch, or run any Git operation inside a Git folder, and we list the current numbers below.
Check them first if you're bringing in a large repository.
Repository and Workspace Limits
| Category | Constraint / Limit | Scope | Notes |
|---|---|---|---|
| File Size Limit | 500 MB | Per file | Operations that attempt to download or create files larger than this limit will fail. |
| Total File Count | 20,000 | Whole workspace | Includes all Git-tracked and workspace files. |
| Workspace Storage | 50 GB | Whole workspace | Total size of all workspace files, including Git folders. Current usage is shown by the Workspace Usage meter at the bottom left of the Files page (for example Storage 151.61 MB / 50 GB). |
| Git Folder File Limit | 10,000 files | Per Git folder | Hard limit; branch switch exceeding this fails. |
| Git Folder Notebook Limit | 5,000 notebooks | Per Git folder | Applies to notebook files inside a Git folder. |
| Branch Size | 1 GB | Per branch | Applies to the total size of files within a branch. |