我正试图安装gitlab供私人使用。我想尽可能少地支付,所以我选择了ovh上最便宜的服务器,在Ubuntu上安装GitLab之后,我得到了下面的错误页面"502错误GitLab花费了太多的时间来响应“。如何将内存使用最小化,它是否只在2GB内存上运行?
发布于 2020-11-13 20:57:40
2G不切断它。Gitlab是一个臭名昭著的记忆霸主。
来自文档:https://docs.gitlab.com/ee/install/requirements.html
4GB内存是所需的最小内存大小。
官方文档声明"Gitlab有内存泄漏“(https://docs.gitlab.com/ee/administration/operations/unicorn.html#unicorn-worker-killer)
更多详情:
https://about.gitlab.com/handbook/engineering/development/enablement/memory/
https://serverfault.com/questions/1042474
复制相似问题