Commit c7ae1e23 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'fj-225613-add-snippets-quota-information' into 'master'

Update snippets housecleaning docs

Closes #225613

See merge request gitlab-org/gitlab!36715
parents 45541efd a7de2688
---
title: Update snippets housecleaning docs
merge_request: 36715
author:
type: other
...@@ -30,11 +30,12 @@ details. ...@@ -30,11 +30,12 @@ details.
This sets a maximum size limit on each namespace. The following are included in the namespace size: This sets a maximum size limit on each namespace. The following are included in the namespace size:
- repository - Repository
- wiki - Wiki
- LFS objects - LFS objects
- build artifacts - Build artifacts
- packages - Packages
- Snippets
NOTE: **Note:** NOTE: **Note:**
This limit is not currently enforced but will be in a future release. This limit is not currently enforced but will be in a future release.
......
...@@ -96,6 +96,14 @@ This allows you to have a local copy of the snippet's repository and make ...@@ -96,6 +96,14 @@ This allows you to have a local copy of the snippet's repository and make
changes as needed. You can commit those changes and push them to the remote changes as needed. You can commit those changes and push them to the remote
master branch. master branch.
### Reduce snippets repository size
Since versioned Snippets are considered as part of the [namespace storage size](../user/admin_area/settings/account_and_limit_settings.md),
it's recommended to keep snippets' repositories as compact as possible.
For more information about tools to compact repositories,
see the documentation on [reducing repository size](../user/project/repository/reducing_the_repo_size_using_git.md).
### Limitations ### Limitations
- Binary files are not supported. - Binary files are not supported.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment