Commit eaae9cec authored by Evan Read's avatar Evan Read

Merge branch 'docs-size-limit-per-repository' into 'master'

Documentation: Describe where to set "Size limit per repository" for projects and groups

See merge request gitlab-org/gitlab-ce!31856
parents fb5b182c 7b20f6a0
...@@ -44,12 +44,19 @@ there are no restrictions. ...@@ -44,12 +44,19 @@ there are no restrictions.
These settings can be found within: These settings can be found within:
- Each project's settings. - Each project's settings:
- A group's settings. 1. From the Project's homepage, navigate to **Settings > General**.
- The **Size limit per repository (MB)** field in the **Account and limit** section of a GitLab instance's 1. Fill in the **Repository size limit (MB)** field in the **Naming, topics, avatar** section.
settings by navigating to either: 1. Click **Save changes**.
- **Admin Area > Settings > General**. - Each group's settings:
- The path `/admin/application_settings`. 1. From the Group's homepage, navigate to **Settings > General**.
1. Fill in the **Repository size limit (MB)** field in the **Naming, visibility** section.
1. Click **Save changes**.
- GitLab's global settings:
1. From the Dashboard, navigate to **Admin Area > Settings > General**.
1. Expand the **Account and limit** section.
1. Fill in the **Size limit per repository (MB)** field.
1. Click **Save changes**.
The first push of a new project, including LFS objects, will be checked for size 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 and **will** be rejected if the sum of their sizes exceeds the maximum allowed
......
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