The GitLab SaS documentation says
GitLab plans to introduce storage limits for namespaces on GitLab SaaS. After these storage limits have been applied, storage usage will be calculated across the entire namespace and project storage limits will no longer apply.
and
GitLab plans to introduce the following storage limits per top-level group: Free … 5 GiB
It’s not entirely clear to me what the “namespace” is in this context. Is this the user namespace? So the storage available to all projects in that user’s namespace? Or the project namespace? If the latter, then this change constitutes a reduction from
- 10 GB for repository and LFS for each project
to
- 5 GB for repository, LFS, job artefacts etc for each project
right?
Thanks in advance for the clarification.