Commit 5e9ee4d1 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch '347004-aqualls-limits' into 'master'

Build SSOT for account and limit settings

See merge request gitlab-org/gitlab!77383
parents e79ea588 35819805
...@@ -36,17 +36,19 @@ can create in their personal namespace: ...@@ -36,17 +36,19 @@ can create in their personal namespace:
## Max attachment size ## Max attachment size
You can change the maximum file size for attachments in comments and replies in GitLab: The maximum file size for attachments in GitLab comments and replies is 10 MB.
To change the maximum attachment size:
1. On the top bar, select **Menu > Admin**. 1. On the top bar, select **Menu > Admin**.
1. On the left sidebar, select **Settings > General**, then expand **Account and limit**. 1. On the left sidebar, select **Settings > General**, then expand **Account and limit**.
1. Increase or decrease by changing the value in **Maximum attachment size (MB)**. 1. Increase or decrease by changing the value in **Maximum attachment size (MB)**.
NOTE:
If you choose a size larger than the configured value for the web server, If you choose a size larger than the configured value for the web server,
you may receive errors. See the [troubleshooting section](#troubleshooting) for more you may receive errors. Read the [troubleshooting section](#troubleshooting) for more
details. details.
For GitLab.com repository size limits, read [accounts and limit settings](../../gitlab_com/index.md#account-and-limit-settings).
## Max push size ## Max push size
You can change the maximum push size for your repository: You can change the maximum push size for your repository:
...@@ -64,17 +66,20 @@ Use [Git LFS](../../../topics/git/lfs/index.md) to add large files to a reposito ...@@ -64,17 +66,20 @@ Use [Git LFS](../../../topics/git/lfs/index.md) to add large files to a reposito
## Max import size ## Max import size
You can change the maximum file size for imports in GitLab: > [Modified](https://gitlab.com/gitlab-org/gitlab/-/issues/251106) from 50 MB to unlimited in GitLab 13.8.
To modify the maximum file size for imports in GitLab:
1. On the top bar, select **Menu > Admin**. 1. On the top bar, select **Menu > Admin**.
1. On the left sidebar, select **Settings > General**, then expand **Account and limit**. 1. On the left sidebar, select **Settings > General**, then expand **Account and limit**.
1. Increase or decrease by changing the value in **Maximum import size (MB)**. 1. Increase or decrease by changing the value in **Maximum import size (MB)**.
NOTE:
If you choose a size larger than the configured value for the web server, If you choose a size larger than the configured value for the web server,
you may receive errors. See the [troubleshooting section](#troubleshooting) for more you may receive errors. See the [troubleshooting section](#troubleshooting) for more
details. details.
For GitLab.com repository size limits, read [accounts and limit settings](../../gitlab_com/index.md#account-and-limit-settings).
## Personal access token prefix ## Personal access token prefix
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/20968) in GitLab 13.7. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/20968) in GitLab 13.7.
...@@ -118,6 +123,9 @@ For instance, consider the following workflow: ...@@ -118,6 +123,9 @@ For instance, consider the following workflow:
1. Before you exceed available storage, you set up a limit of 10 GB 1. Before you exceed available storage, you set up a limit of 10 GB
per repository. per repository.
NOTE:
For GitLab.com repository size limits, read [accounts and limit settings](../../gitlab_com/index.md#account-and-limit-settings).
### How it works ### How it works
Only a GitLab administrator can set those limits. Setting the limit to `0` means Only a GitLab administrator can set those limits. Setting the limit to `0` means
...@@ -150,9 +158,6 @@ wiki, packages, or snippets. The repository size limit applies to both private a ...@@ -150,9 +158,6 @@ wiki, packages, or snippets. The repository size limit applies to both private a
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).
NOTE:
For GitLab.com repository size limits, see [accounts and limit settings](../../gitlab_com/index.md#account-and-limit-settings).
## Troubleshooting ## Troubleshooting
### 413 Request Entity Too Large ### 413 Request Entity Too Large
......
...@@ -162,17 +162,18 @@ varies by format: ...@@ -162,17 +162,18 @@ varies by format:
## Account and limit settings ## Account and limit settings
GitLab.com has the following [account limits](../admin_area/settings/account_and_limit_settings.md) GitLab.com has the following account limits enabled. If a setting is not listed,
enabled. If a setting is not listed, it is set to the default value. the default value [is the same as for self-managed instances](../admin_area/settings/account_and_limit_settings.md):
If you are near or over the repository size limit, you can either | Setting | GitLab.com default |
[reduce your repository size with Git](../project/repository/reducing_the_repo_size_using_git.md) or [purchase additional storage](https://about.gitlab.com/pricing/licensing-faq/#can-i-buy-more-storage). |-------------------------------|--------------------|
| [Repository size including LFS](../admin_area/settings/account_and_limit_settings.md#repository-size-limit) | 10 GB |
| Maximum import size | 5 GB |
| Maximum attachment size | 10 MB |
| Setting | GitLab.com | Default | 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)
| [Repository size including LFS](../admin_area/settings/account_and_limit_settings.md#repository-size-limit) | 10 GB | Unlimited | or [purchase additional storage](https://about.gitlab.com/pricing/licensing-faq/#can-i-buy-more-storage).
| Maximum import size | 5 GB | Unlimited ([Modified](https://gitlab.com/gitlab-org/gitlab/-/issues/251106) from 50MB to unlimited in GitLab 13.8.) |
| Maximum attachment size | 10 MB | 10 MB |
NOTE: NOTE:
`git push` and GitLab project imports are limited to 5 GB per request through `git push` and GitLab project imports are limited to 5 GB per request through
......
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