Document that LFS is included in the 10GB repository limit on gitlab.com
This commit is contained in:
parent
fa1eabe8e8
commit
5716841f36
|
|
@ -51,7 +51,7 @@ Below are the settings for [GitLab Pages].
|
|||
| TLS certificates support| yes | no |
|
||||
|
||||
The maximum size of your Pages site is regulated by the artifacts maximum size
|
||||
which is part of [GitLab CI](#gitlab-ci).
|
||||
which is part of [GitLab CI/CD](#gitlab-ci-cd).
|
||||
|
||||
## GitLab CI/CD
|
||||
|
||||
|
|
@ -61,6 +61,14 @@ Below are the current settings regarding [GitLab CI/CD](../../ci/README.md).
|
|||
| ----------- | ----------------- | ------------- |
|
||||
| Artifacts maximum size | 1G | 100M |
|
||||
|
||||
## Repository size limit
|
||||
|
||||
The maximum size your Git repository is allowed to be including LFS.
|
||||
|
||||
| Setting | GitLab.com | Default |
|
||||
| ----------- | ----------------- | ------------- |
|
||||
| Repository size including LFS | 10G | Unlimited |
|
||||
|
||||
## Shared Runners
|
||||
|
||||
Shared Runners on GitLab.com run in [autoscale mode] and powered by
|
||||
|
|
|
|||
|
|
@ -132,8 +132,9 @@ Use GPG to [sign your commits](gpg_signed_commits/index.md).
|
|||
|
||||
## Repository size
|
||||
|
||||
In GitLab.com, your repository size limit it 10GB. For other instances,
|
||||
the repository size is limited by your system administrators.
|
||||
On GitLab.com, your [repository size limit is 10GB](../../gitlab_com/index.md#repository-size-limit)
|
||||
(including LFS). For other instances, the repository size is limited by your
|
||||
system administrators.
|
||||
|
||||
You can also [reduce a repository size using Git](reducing_the_repo_size_using_git.md).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue