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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-25 03:11:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-25 03:11:49 +0300
commit706338ea16ff0be915765ccc79429a50d0ff2edc (patch)
tree7489ae54afb8ca719b665e6d08dbb5d23f37f346 /doc/user/packages/composer_repository
parent8e73c80c681d8b02633ae25dbd642ecff4864511 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages/composer_repository')
-rw-r--r--doc/user/packages/composer_repository/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/packages/composer_repository/index.md b/doc/user/packages/composer_repository/index.md
index 23bd140d4b7..5cfb4278a2c 100644
--- a/doc/user/packages/composer_repository/index.md
+++ b/doc/user/packages/composer_repository/index.md
@@ -349,6 +349,16 @@ used to access them:
subgroups.
- A project deploy token only has access to packages published to that particular project.
+## Troubleshooting
+
+To improve performance, Composer caches files related to a package. Note that Composer doesn't remove data by
+itself. The cache grows as new packages are installed. If you encounter issues, clear the cache with
+this command:
+
+```shell
+composer clearcache
+```
+
## Supported CLI commands
The GitLab Composer repository supports the following Composer CLI commands: