Where to find "/etc/gitlab/gitlab.rb" path?
-
I have to configure GitLab sidekiq and puma for memory optimization in my cloudron server but I'm not able to find the path
/etc/gitlab/gitlab.rbin the ubuntu 20.04. Where can I find thegitlab.rbfile? -
I have to configure GitLab sidekiq and puma for memory optimization in my cloudron server but I'm not able to find the path
/etc/gitlab/gitlab.rbin the ubuntu 20.04. Where can I find thegitlab.rbfile?@arshsahzad the Cloudron package is using
/app/data/gitlab.ymlto configure GitLab. See https://docs.gitlab.com/omnibus/settings/gitlab.yml.html on how to mapgitlab.rbkey values togitlab.ymlones. -
@arshsahzad the Cloudron package is using
/app/data/gitlab.ymlto configure GitLab. See https://docs.gitlab.com/omnibus/settings/gitlab.yml.html on how to mapgitlab.rbkey values togitlab.ymlones.@nebulon ah good hint. Please add this to https://docs.cloudron.io/apps/gitlab/
-
@nebulon ah good hint. Please add this to https://docs.cloudron.io/apps/gitlab/
-
@nebulon, I recently switched from Gitea to GitLab and the GitLab instance have only 5 users but it is taking around 2.6GB RAM space in my cloudron server. I have to apply below these configurations in
gitlab.ymlbecause it will optimize and save around 500Mb RAM space:-#gitlab.rb configuration puma['worker_processes'] = 0 sidekiq['max_concurrency'] = 10 prometheus_monitoring['enable'] = falseTranslate for
gitlab.ymlpuma: worker_processes: 0 sidekiq: max_concurrency: 10 prometheus_monitoring enable: false
I put the sidekiq config in line 349 but don't know where to put puma and prometheus_monitoring?
-
@nebulon, I recently switched from Gitea to GitLab and the GitLab instance have only 5 users but it is taking around 2.6GB RAM space in my cloudron server. I have to apply below these configurations in
gitlab.ymlbecause it will optimize and save around 500Mb RAM space:-#gitlab.rb configuration puma['worker_processes'] = 0 sidekiq['max_concurrency'] = 10 prometheus_monitoring['enable'] = falseTranslate for
gitlab.ymlpuma: worker_processes: 0 sidekiq: max_concurrency: 10 prometheus_monitoring enable: false
I put the sidekiq config in line 349 but don't know where to put puma and prometheus_monitoring?
@arshsahzad From my experience: if you have to deal with RAM, don't use gitlab. Currently, one of my Gitlab instances uses 4.5 GB RAM with 10 users and it's slow.
-
@arshsahzad From my experience: if you have to deal with RAM, don't use gitlab. Currently, one of my Gitlab instances uses 4.5 GB RAM with 10 users and it's slow.
-
@arshsahzad From my experience: if you have to deal with RAM, don't use gitlab. Currently, one of my Gitlab instances uses 4.5 GB RAM with 10 users and it's slow.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login