GitLab 502 Whoops, GitLab is taking too much time to respond. 解决

1、先通过gitlab-ctl restart进行重启,2分钟后看是否可以正常访问,为什么要2分钟,因为gitlab启动会有很多配套的服务启动,包括postgresql等

2、如果上面不行,再看gitlab日志,通过gitlab-ctl tail命令查看,如果出现下面的问题,说明是内存不足导致postgresql无法正常启动

3、调整postgresql内存大小

vi /var/opt/gitlab/postgresql/data/postgresql.conf

修改:shared_buffers 为合适的大小:

shared_buffers = 2048 # min 128kB

4、gitlab-ctl restart 等2分钟,可以正常访问

5、终极大招,不用修改任何配置,给机器加8G内存,重启gitlab就ok

相关推荐
Algorithm15762 小时前
mac上使用docker搭建gitlab
macos·docker·gitlab
binqian15 小时前
【CICD】GitLab Runner 和执行器(Executor
gitlab
极小狐19 小时前
GitLab 如何跨版本升级?
gitlab·devsecops·devops·极狐gitlab·安全合规
xixingzhe22 天前
gitlab角色、权限
gitlab
Source、2 天前
gitlab和jenkins连接
运维·gitlab·jenkins
公西雒3 天前
关于在GitLab的CI/CD中用docker buildx本地化多架构打包dotnet应用的问题
ci/cd·docker·gitlab·qemu·dotnet
todoitbo4 天前
gitlab-runner中搭建nvm、nrm以及优化maven打包
java·gitlab·maven
Hi202402174 天前
Gitlab自动化相关脚本
运维·自动化·gitlab
极小狐5 天前
极狐GitLab 签约足下科技,加速国产智驾操作系统的发展与普及
gitlab·devsecops·devops·极狐gitlab·安全合规
小蜜蜂爱编程5 天前
gitlab ci/cd搭建及使用笔记
笔记·ci/cd·gitlab