Commit 21f73674 authored by Nick Gaskill's avatar Nick Gaskill Committed by Marcel Amirault

Remove defaults from Package Registry list

parent 5b91e94c
......@@ -859,7 +859,8 @@ The default maximum file size for a package that's uploaded to the [GitLab Packa
- PyPI: 3 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
[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
for a package uploaded to the [GitLab Package Registry](../../user/packages/package_registry/index.md)
varies by format:
| Package type | GitLab.com | Default |
|--------------|------------|---------|
| Conan | 5 GB | 3 GB |
| Generic | 5 GB | 5 GB |
| Helm | 5 MB | 5 MB |
| Maven | 5 GB | 3 GB |
| npm: | 5 GB | 500 MB |
| NuGet | 5 GB | 500 MB |
| PyPI | 5 GB | 3 GB |
| Terraform | 1 GB | 1 GB |
| Package type | GitLab.com |
|--------------|------------|
| Conan | 5 GB |
| Generic | 5 GB |
| Helm | 5 MB |
| Maven | 5 GB |
| npm: | 5 GB |
| NuGet | 5 GB |
| PyPI | 5 GB |
| Terraform | 1 GB |
## 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