Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/administration/wikis/index.md')
-rw-r--r--doc/administration/wikis/index.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/administration/wikis/index.md b/doc/administration/wikis/index.md
index bf6ff457ad3..01c175e014e 100644
--- a/doc/administration/wikis/index.md
+++ b/doc/administration/wikis/index.md
@@ -74,6 +74,14 @@ You can also use the API to [retrieve the current value](../../api/settings.md#g
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/application/settings"
```
+### Reduce wiki repository size
+
+The wiki counts as part of the [namespace storage size](../../user/admin_area/settings/account_and_limit_settings.md),
+so you should keep your wiki repositories as compact as possible.
+
+For more information about tools to compact repositories,
+read the documentation on [reducing repository size](../../user/project/repository/reducing_the_repo_size_using_git.md).
+
## Related topics
- [User documentation for wikis](../../user/project/wiki/index.md)