Commit bdbbb659 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'patch-20' into 'master'

Update docs as first project push is checked for size

See merge request gitlab-org/gitlab-ee!12113
parents ac3d37f4 59bae022
...@@ -40,11 +40,9 @@ These settings can be found within: ...@@ -40,11 +40,9 @@ These settings can be found within:
- **Admin Area > Settings > General**. - **Admin Area > Settings > General**.
- The path `/admin/application_settings`. - The path `/admin/application_settings`.
The very first push of a new project cannot be checked for size as of now, so The first push of a new project, including LFS objects, will be checked for size
the first push will allow you to upload more than the limit dictates, but every and **will** be rejected if the sum of their sizes exceeds the maximum allowed
subsequent push will be denied. LFS objects, however, can be checked on first repository size.
push and **will** be rejected if the sum of their sizes exceeds the maximum
allowed repository size.
For details on manually purging files, see [reducing the repository size using Git](../../project/repository/reducing_the_repo_size_using_git.md). For details on manually purging files, see [reducing the repository size using Git](../../project/repository/reducing_the_repo_size_using_git.md).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment