系统优化
基础配置
设置中文
点击头像选择偏好设置
,在本地化语言
中选择中文
关闭注册
在设置
中选择通用
,关闭注册限制
中的已启用注册功能
关闭头像显示
在设置
中选择通用
,关闭账户与限制
中的启用 Gravatar
减少内存占用
官方文档
Configure the bundled Puma instance of the GitLab package | GitLab
GitLab为内存限制设置默认值。若要覆盖默认值,请设置以兆字节为单位的新RSS限制
编辑:
/etc/gitlab/gitlab.rb
shpuma['per_worker_max_memory_mb'] = 1024 # 1GB puma['worker_timeout'] = 60 puma['worker_processes'] = 2
重新配置 GitLab:
shsudo gitlab-ctl reconfigure
最终效果