Skip to content

Commit e3c9140

Browse files
committed
build: increase cpu to 2
1 parent 9309912 commit e3c9140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/toolforge-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py migrate
3636
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py collectstatic --noinput
3737
become ${{ matrix.tool }} webservice python3.11 stop
38-
become ${{ matrix.tool }} webservice python3.11 start --cpu 1 --mem 3Gi
38+
become ${{ matrix.tool }} webservice python3.11 start --cpu 2 --mem 3Gi
3939
become ${{ matrix.tool }} webservice python3.11 status
4040
become ${{ matrix.tool }} ./www/python/src/restart_celery.sh

0 commit comments

Comments
 (0)