Skip to content

Commit

Permalink
gitlab bugfix large number of cores
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse authored Dec 12, 2024
1 parent 006a5a2 commit 55c9356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webarena/05_docker_patch_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ docker exec shopping_admin /var/www/magento2/bin/magento cache:flush

# gitlab
docker exec gitlab sed -i "s|^external_url.*|external_url 'http://$PUBLIC_HOSTNAME:$GITLAB_PORT'|" /etc/gitlab/gitlab.rb
docker exec gitlab bash -c "printf '\n\npuma[\"worker_processes\"] = 4' >> /etc/gitlab/gitlab.rb" # bugfix https://github.com/ServiceNow/BrowserGym/issues/285
docker exec gitlab gitlab-ctl reconfigure

# maps
Expand Down

0 comments on commit 55c9356

Please sign in to comment.