我正在尝试安装 gitlab 供个人使用。我想尽可能少花钱,所以我选择了 ovh 上最便宜的服务器,在 Ubuntu 上安装 GitLab 后,我收到以下错误页面“502 错误 GitLab 响应时间过长”。我如何才能最大限度地减少内存使用,它是否只在 2GB 内存上运行?
答案1
2G 不够用。Gitlab 是出了名的内存占用大户。
来自文档:https://docs.gitlab.com/ee/install/requirements.html
4GB RAM 是所需的最低内存大小
官方文档明确指出“Gitlab 存在内存泄漏”(https://docs.gitlab.com/ee/administration/operations/unicorn.html#unicorn-worker-killer)
更多细节:
https://about.gitlab.com/handbook/engineering/development/enablement/memory/