Skip to content

Storage

DETAILS: Tier: Free, Premium, Ultimate Offering: GitLab.com

All projects on GitLab SaaS have 10 GiB of free storage for their Git repository and Large File Storage (LFS).

When a project's repository and LFS exceed 10 GiB, the project is set to a read-only state. You cannot push changes to a read-only project. To increase storage of the project's repository and LFS to more than 10 GiB, you must purchase more storage.

View storage

DETAILS: Tier: Free, Premium, Ultimate Offering: GitLab.com, Self-managed, GitLab Dedicated

You can view the following statistics for storage usage in projects and namespaces:

  • Storage usage that exceeds the GitLab SaaS storage limit or self-managed storage limits.
  • Available purchased storage for GitLab SaaS.

Prerequisites:

  • To view storage usage for a project, you must have at least the Maintainer role for the project or Owner role for the namespace.
  • To view storage usage for a group namespace, you must have the Owner role for the namespace.

To view storage:

  1. On the left sidebar, select Search or go to and find your project or group.
  2. Select Settings > Usage Quotas.
  3. Select the Storage tab to see namespace storage usage.
  4. To view storage usage for a project, in the table at the bottom, select a project. Storage usage is updated every 90 minutes.

If your namespace shows 'Not applicable.', push a commit to any project in the namespace to recalculate the storage.

Storage and network usage is calculated with the binary measurement system (1024 unit multiples). Storage usage is displayed in kibibytes (KiB), mebibytes (MiB), or gibibytes (GiB). 1 KiB is 2^10 bytes (1024 bytes), 1 MiB is 2^20 bytes (1024 kibibytes), and 1 GiB is 2^30 bytes (1024 mebibytes).

NOTE: Storage usage labels are being transitioned from KB to KiB, MB to MiB, and GB to GiB. During this transition, you might see references to KB, MB, and GB in the UI and documentation.

View project fork storage usage

A cost factor is applied to the storage consumed by project forks so that forks consume less namespace storage than their actual size. The cost factors for forks storage reduction applies only to namespace storage. It does not apply to project repository storage limits.

To view the amount of namespace storage the fork has used:

  1. On the left sidebar, select Search or go to and find your project or group.
  2. Select Settings > Usage Quotas.
  3. Select the Storage tab. The Total column displays the amount of namespace storage used by the fork as a portion of the actual size of the fork on disk.

The cost factor applies to the project repository, LFS objects, job artifacts, packages, snippets, and the wiki.

The cost factor does not apply to private forks in namespaces on the Free plan.

Excess storage usage

Excess storage usage is the amount that exceeds the 10 GiB free storage of a project's repository and LFS. If no purchased storage is available, the project is set to a read-only state. You cannot push changes to a read-only project.

To remove the read-only state, you must purchase more storage for the namespace. After the purchase has completed, the read-only state is removed and projects are automatically restored. The amount of available purchased storage must always be greater than zero.

The Storage tab of the Usage Quotas page displays the following:

  • Purchased storage available is running low.
  • Projects that are at risk of becoming read-only if purchased storage available is zero.
  • Projects that are read-only because purchased storage available is zero. Read-only projects are marked with an information icon ({information-o}) beside their name.

Excess storage example

The following example describes an excess storage scenario for projects in a namespace:

Repository Storage used Excess storage Quota Status
Red 10 GiB 0 GiB 10 GiB Read-only {lock}
Blue 8 GiB 0 GiB 10 GiB Not read-only
Green 10 GiB 0 GiB 10 GiB Read-only {lock}
Yellow 2 GiB 0 GiB 10 GiB Not read-only
Totals 30 GiB 0 GiB - -

The Red and Green projects are read-only because their repositories and LFS have reached the quota. In this example, no additional storage has yet been purchased.

To remove the read-only state from the Red and Green projects, 50 GiB additional storage is purchased.

Assuming the Green and Red projects' repositories and LFS grow past the 10 GiB quota, the purchased storage available decreases. All projects no longer have the read-only status because 40 GiB purchased storage is available: 50 GiB (purchased storage) - 10 GiB (total excess storage used).

Repository Storage used Excess storage Quota Status
Red 15 GiB 5 GiB 10 GiB Not read-only
Blue 14 GiB 4 GiB 10 GiB Not read-only
Green 11 GiB 1 GiB 10 GiB Not read-only
Yellow 5 GiB 0 GiB 10 GiB Not read-only
Totals 45 GiB 10 GiB - -

Manage storage usage

To manage your storage, if you are a namespace Owner, you can purchase more storage for the namespace.

Depending on your role, you can also use the following methods to manage or reduce your storage:

To automate storage usage analysis and management, see storage management automation.

In addition to managing your storage usage you can consider these options for increased consumables:

Related Topics