Skip to content

Commit 32b6712

Browse files
committed
fix: try to fix memory in shells for check lag
1 parent e9af63b commit 32b6712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/toolforge-check-lag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
request_pty: true
3232
script: |
3333
set -x
34-
become ${{ matrix.tool }} webservice python3.11 shell -- webservice-python-bootstrap
35-
become ${{ matrix.tool }} webservice python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py check_lag
34+
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- webservice-python-bootstrap
35+
become ${{ matrix.tool }} webservice --mem 512Mi python3.11 shell -- ./www/python/venv/bin/python ./www/python/src/manage.py check_lag
3636
if (( $? != 0 )); then
3737
become ${{ matrix.tool }} webservice python3.11 restart --cpu 2 --mem 3Gi
3838
fi

0 commit comments

Comments
 (0)