... | ... | @@ -359,12 +359,14 @@ The script is a pre-receive hook based on the GitLab API, which is activated for |
|
|
### What is taken into account when calculating the disk space occupied by my project?
|
|
|
A project's storage space is the sum of the size statistics of the versioned files in the repository, LFS objects, wiki, job artifacts, pipeline artifacts, release packages, snippets and uploads. Container registry (docker images) is not included.
|
|
|
|
|
|
### How much space is my project taking up?
|
|
|
### How much storage space is my project taking up?
|
|
|
To find out, go to Settings -> Usage Quotas for your project.
|
|
|
|
|
|
### How much space is occupied by all my projects?
|
|
|
- You can get the usage of resources across your projects, storage consumed by all projects and project by project from your GitLab profile :
|
|
|
https://gitlab.inria.fr/-/profile/usage_quotas
|
|
|
|
|
|
You can use [GraphQL](https://docs.gitlab.com/ee/api/graphql/) to find out how much space is occupied by each of your projects:
|
|
|
- Alternatively, you can use [GraphQL](https://docs.gitlab.com/ee/api/graphql/) to find out how much space is occupied by each of your projects:
|
|
|
1. Connect to https://gitlab.inria.fr/-/graphql-explorer
|
|
|
2. Run the following query:
|
|
|
|
... | ... | |