Commit 222a8000 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-package-registry-limits' into 'master'

Remove defaults from Package Registry list

See merge request gitlab-org/gitlab!76378
parents f4224c41 21f73674
...@@ -855,7 +855,8 @@ The default maximum file size for a package that's uploaded to the [GitLab Packa ...@@ -855,7 +855,8 @@ The default maximum file size for a package that's uploaded to the [GitLab Packa
- PyPI: 3 GB - PyPI: 3 GB
- Terraform: 1 GB - Terraform: 1 GB
The [maximum file sizes on GitLab.com](../user/gitlab_com/index.md) might be different. The [maximum file sizes on GitLab.com](../user/gitlab_com/index.md#package-registry-limits)
might be different.
To set these limits for a self-managed installation, run the following in the To set these limits for a self-managed installation, run the following in the
[GitLab Rails console](operations/rails_console.md#starting-a-rails-console-session): [GitLab Rails console](operations/rails_console.md#starting-a-rails-console-session):
......
...@@ -149,16 +149,16 @@ The [maximum file size](../../administration/instance_limits.md#file-size-limits ...@@ -149,16 +149,16 @@ The [maximum file size](../../administration/instance_limits.md#file-size-limits
for a package uploaded to the [GitLab Package Registry](../../user/packages/package_registry/index.md) for a package uploaded to the [GitLab Package Registry](../../user/packages/package_registry/index.md)
varies by format: varies by format:
| Package type | GitLab.com | Default | | Package type | GitLab.com |
|--------------|------------|---------| |--------------|------------|
| Conan | 5 GB | 3 GB | | Conan | 5 GB |
| Generic | 5 GB | 5 GB | | Generic | 5 GB |
| Helm | 5 MB | 5 MB | | Helm | 5 MB |
| Maven | 5 GB | 3 GB | | Maven | 5 GB |
| npm: | 5 GB | 500 MB | | npm: | 5 GB |
| NuGet | 5 GB | 500 MB | | NuGet | 5 GB |
| PyPI | 5 GB | 3 GB | | PyPI | 5 GB |
| Terraform | 1 GB | 1 GB | | Terraform | 1 GB |
## Account and limit settings ## Account and limit settings
......
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