- Start Gitlab Rails Console
sudo gitlab-rails console
- Run following command to increase instance level variables
Plan.default.actual_limits.update!(ci_instance_level_variables: 300)
Wait for sometime for the command to run.
Ref: https://docs.gitlab.com/ee/administration/instance_limits.html
- Exist from Rails Console
exit
Type exit
command and press enter
Top comments (0)