Skip to content

Commit 4a922cc

Browse files
Fix and put LFS limits
Fix and put LFS limits
1 parent 8e87db6 commit 4a922cc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

_posts/2024-10-07-github-limits.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ If your releases contain files larger than 2 GB, you may need to:
107107
- Split them across multiple releases.
108108
- Use Git LFS (Large File Storage) for large assets.
109109

110-
For more details on GitHub Releases and how to manage them, you can check out the [GitHub Releases Documentation](https://docs.github.com/en/github/administering-a-repository/managing-releases-in-your-repository).
111110

112111
## 4. Repository Size Limits
113112

@@ -117,6 +116,10 @@ GitHub repositories have limits on the total size, affecting the overall perform
117116

118117
The recommended size for a repository is 1 GB, but GitHub allows repositories up to 100 GB.
119118

119+
Individual File Size: Files larger than 100 MB cannot be pushed.
120+
121+
Git LFS: Large files exceeding 100 MB can use Git Large File Storage (LFS), with its own quotas.
122+
120123
**Example:**
121124

122125
If your repository exceeds 1 GB, you may notice slower performance, especially when pushing and pulling changes. Let’s say you have a repository that contains large binary files such as images or videos. If the repository reaches 10 GB, you will face performance issues. To avoid this, you can move large files to Git LFS (Large File Storage).
@@ -131,7 +134,9 @@ Git LFS is not counted towards the regular repository size. The storage and band
131134

132135
### Git LFS Size Limits
133136

134-
The default storage for Git LFS is 1 GB per user on the Free Plan. This storage can be increased by purchasing additional storage or upgrading to the Pro or Enterprise plans, which provide 50 GB of storage by default. For more information on Git LFS and its limits, you can visit [Git LFS Limits](https://docs.github.com/en/github/managing-large-files/versioned-files-with-git-large-file-storage).
137+
The default storage for Git LFS is 1 GB per user on the Free Plan. This storage can be increased by purchasing additional storage or upgrading to the Pro or Enterprise plans, which provide 50 GB of storage by default. For more information on Git LFS and its limits, you can visit
138+
139+
[Git LFS Limits](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-git-large-file-storage).
135140

136141
### Repository Size Limits Based on Plan
137142

0 commit comments

Comments
 (0)