diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-09-04 17:58:26 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-09-04 17:58:26 +0000 |
commit | 61fd2d0f95fd306ff9452756c3447df2e4b71694 (patch) | |
tree | 8befc7c5e5b5a92faa80ab5ad083580df1a2d4aa /doc | |
parent | 0e7113812cbfe2b4e938dfc40a43aefa1c1d5b1b (diff) | |
download | gitlab-ce-61fd2d0f95fd306ff9452756c3447df2e4b71694.tar.gz |
Adds docs for total usage storage quota
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/group/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index 86fb7533e70..c09acd36e31 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -443,6 +443,12 @@ A group owner can check the aggregated storage usage for all the project in a gr ![Group storage usage quota](img/group_storage_usage_quota.png) +The total usage of the storage is updated if any relevant event that +will affect its value is triggered (e.g., a commit push). +For performance reasons, we may delay the update up to 1 hour and 30 minutes. + +If your namespace shows `N/A` as the total storage usage, you can trigger a recalculation by pushing a commit to any project in that namespace. + ## User contribution analysis **(STARTER)** With [GitLab Contribution Analytics](contribution_analytics/index.md), |