Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5716841f
Commit
5716841f
authored
Mar 30, 2018
by
Winnie Hellmann (back on Tuesday)
Committed by
Achilleas Pipinellis
Mar 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that LFS is included in the 10GB repository limit on gitlab.com
parent
fa1eabe8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
doc/user/gitlab_com/index.md
doc/user/gitlab_com/index.md
+9
-1
doc/user/project/repository/index.md
doc/user/project/repository/index.md
+3
-2
No files found.
doc/user/gitlab_com/index.md
View file @
5716841f
...
...
@@ -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
...
...
doc/user/project/repository/index.md
View file @
5716841f
...
...
@@ -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
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment