LoginSignup
1
1

More than 5 years have passed since last update.

gitlabでリポジトリ作ろうとしたら、「Unable to save project: Cannot allocate memory 」と言われた

Posted at

gitlabでリポジトリを作ろうとしたら、

Unable to save project: Cannot allocate memory - フォルダのパス

と出て、リポジトリが作られなかった。

調べたところ、gitlabを再起動させれば治ることがあるらしい。

なので、gitlabを再起動させたら、治った。

自分はdockerでgitlabを動かしていて、
sameersbnさんの https://github.com/sameersbn/docker-gitlab
を使用していたため、以下のように再起動させた。

/etc/init.d/gitlab restart
1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1