Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you face below error and haven't set any password for administrator, If you will need to call below commandneed to adjust the Unicorn timeout or the number of workers you can use the following settings in /etc/gitlab/gitlab.rb. Run sudo gitlab-ctl reconfigure for the change to take effect.

Code Block
unicorn['worker_processes'] = 3
unicorn['worker_timeout'] = 60
Code Block
sudo gitlab-ctl reconfigure