From 9098619f100029ac9dcdf7a04b846db7ac706e03 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 7 Dec 2020 05:38:11 +0000 Subject: [PATCH] docs(faq): out-of-memory issue --- faq.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/faq.md b/faq.md index 52cf95d..7119d3f 100644 --- a/faq.md +++ b/faq.md @@ -22,4 +22,7 @@ + Deploy *key* has write access but cannot be used with the HTTPS method, hence, the workaround to clone using SSH. + Another approach is [personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) which seems HTTPS-compatible. + Deploy/SSH key is preferred because it can be [restricted](https://docs.gitlab.com/ce/ssh/README.html#per-repository-deploy-keys) to access one repo only, unlike personal access token which has [global](https://docs.gitlab.com/ce/ssh/README.html#global-shared-deploy-keys) access. - + See issue [#18106](https://gitlab.com/gitlab-org/gitlab-ce/issues/18106), [#20567](https://gitlab.com/gitlab-org/gitlab-ce/issues/20567) and [#20845](https://gitlab.com/gitlab-org/gitlab-ce/issues/20845). \ No newline at end of file + + See issue [#18106](https://gitlab.com/gitlab-org/gitlab-ce/issues/18106), [#20567](https://gitlab.com/gitlab-org/gitlab-ce/issues/20567) and [#20845](https://gitlab.com/gitlab-org/gitlab-ce/issues/20845). + +- Script terminated halfway with "grep broken pipe" or "grep killed" error + + This is an out-of-memory (OOM) issue due to large input file. Recommend 3GB+ RAM.