From 33063bb26ab7699802ecb2b325cc8619d6fe7b86 Mon Sep 17 00:00:00 2001 From: Kai Armstrong Date: Mon, 14 Nov 2022 11:59:05 -0600 Subject: [PATCH] Documentation to reflect 100MB upload limit As part of https://gitlab.com/gitlab-com/gl-infra/production/-/issues/8046 this updates the documentation to reflect that the limit on GitLab.com is 100 MB. Changelog: other --- doc/user/gitlab_com/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md index d3d50ee1a8fcee..0adda54bf06802 100644 --- a/doc/user/gitlab_com/index.md +++ b/doc/user/gitlab_com/index.md @@ -189,7 +189,7 @@ the default value [is the same as for self-managed instances](../admin_area/sett |-------------------------------|--------------------| | [Repository size including LFS](../admin_area/settings/account_and_limit_settings.md#repository-size-limit) | 10 GB | | [Maximum import size](../project/settings/import_export.md#maximum-import-file-size) | 5 GB | -| Maximum attachment size | 10 MB | +| Maximum attachment size | 100 MB | If you are near or over the repository size limit, you can either [reduce your repository size with Git](../project/repository/reducing_the_repo_size_using_git.md) -- GitLab