summaryrefslogtreecommitdiff
path: root/doc/user/project
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-21 18:48:33 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-21 18:48:33 +0000
commit49940ce33576fb91a62309d46ad4d5c280e40040 (patch)
treeff90d29f3b63519bf1fad7710d72393f7f75f868 /doc/user/project
parente154ab3a717acd6e6fb9ba2386d234eb3cae3537 (diff)
downloadgitlab-ce-49940ce33576fb91a62309d46ad4d5c280e40040.tar.gz
Add timing of repo size reporting
Diffstat (limited to 'doc/user/project')
-rw-r--r--doc/user/project/repository/index.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/user/project/repository/index.md b/doc/user/project/repository/index.md
index 97ecc4c0d65..cb514b76a4e 100644
--- a/doc/user/project/repository/index.md
+++ b/doc/user/project/repository/index.md
@@ -173,11 +173,15 @@ Via command line, you can commit multiple times before pushing.
## Repository size
-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.
+A project's repository size is reported on the project's **Details** page. The reported size is
+updated every 15 minutes at most, so may not reflect recent activity.
-You can also [reduce a repository size using Git](reducing_the_repo_size_using_git.md).
+The repository size for:
+
+- GitLab.com [is set by GitLab](../../gitlab_com/index.md#repository-size-limit).
+- Self-managed instances is set by your GitLab administrators.
+
+You can [reduce a repository's size using Git](reducing_the_repo_size_using_git.md).
## Contributors