Skip to content
Snippets Groups Projects

WIP | Configuration template improvements

Closed Marin Jankovski requested to merge configuration_template_improvements into master

!261 (merged) introduced configuration examples in /etc/gitlab/gitlab.rb

There is room for improvement by explaining what certain sections mean.

I marked the sections that for sure need some explanations with TODO .

It would be nice if this can be extended further.

Contributions are welcome.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
215 215 # GitLab Unicorn #
216 216 ##################
217 217 ## Tweak unicorn settings.
218 # TODO: explain why would you need to change unicorn settings and when.
218 219
219 220 # unicorn['worker_timeout'] = 60
220 221 # unicorn['worker_processes'] = 2
  • Maybe behind this line something like:

    add worker processes if the load on your current workers is very high and you have atleast 1 cpu core less than the amount of worker processes
  • 232 233 ##################
    233 234 # GitLab Sidekiq #
    234 235 ##################
    236 # TODO: explain why would you need to change sidekiq settings and when.
  • 240 242 ################
    241 243 # gitlab-shell #
    242 244 ################
    245 # TODO: explain why would you need to change gitlab-shell settings or link to gitlab-shell documentation that explains it.
  • 249 252 #####################
    250 253 # GitLab PostgreSQL #
    251 254 #####################
    255 # TODO: explain why would you need to change postgresql settings and what settings.
  • Author Maintainer

    This can be closed, the template got changed multiple times and stuff is being improved.

  • Marin Jankovski Status changed to closed

    Status changed to closed

  • Please register or sign in to reply
    Loading