|
|
|
|
|
by john_cogs
1377 days ago
|
|
Apologies for the confusion. I'd be happy to provide some more clarity. The answer depends on which tier of GitLab you are using. If you are using the free tier on GitLab SaaS, there will be a 5GB storage limit per top-level namespace. Paid tiers on GitLab SaaS will have limits of 50GB for Premium and 250GB for Ultimate. Community programs (GitLab for Open Source, GitLab for Education, and GitLab for Startups) will have the same 250GB limit as the Ultimate tier. Self-managed users have no limit. |
|
What does this cover? Does it cover the size of a git repo? Build artifacts, both temporary and exported to packages? And what about Docker images?
Docker images concern me the most. It's terribly easy to build and use Docker images that are >100MB, and 50 of those easily go beyond 5GB. Two projects with nightly builds easily go beyond that in a month even when doing nothing at all.