From e169b030b94bad0cd60995686feeac8d84033aaf Mon Sep 17 00:00:00 2001 From: Cynthia Ng Date: Thu, 4 Jul 2019 17:23:06 +0000 Subject: Docs: Clarify project and repo size --- doc/user/admin_area/settings/account_and_limit_settings.md | 4 +++- doc/user/project/container_registry.md | 2 +- doc/user/project/repository/index.md | 13 +++++-------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/user/admin_area/settings/account_and_limit_settings.md b/doc/user/admin_area/settings/account_and_limit_settings.md index 001e4b6bf48..756a07e0b80 100644 --- a/doc/user/admin_area/settings/account_and_limit_settings.md +++ b/doc/user/admin_area/settings/account_and_limit_settings.md @@ -44,10 +44,12 @@ The first push of a new project, including LFS objects, will be checked for size and **will** be rejected if the sum of their sizes exceeds the maximum allowed repository size. +**Note:** The repository size limit includes repository files and LFS, and does not include artifacts. + For details on manually purging files, see [reducing the repository size using Git](../../project/repository/reducing_the_repo_size_using_git.md). NOTE: **Note:** -For GitLab.com, the repository size limit is 10 GB. +GitLab.com repository size [is set by GitLab](../../gitlab_com/index.md#repository-size-limit).