Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5089489

Browse files
Remove upper limit for night monitoring due to OutOfMemoryError (#2493)
1 parent 9ab079f commit 5089489

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/collect-statistics.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ jobs:
9696
needs: setup_matrix
9797
continue-on-error: true
9898
strategy:
99-
max-parallel: 3
99+
# temporary commented, remove completely after 10.23 if all pipelines worked well
100+
#max-parallel: 3
100101
matrix:
101102
project: ${{ fromJson(needs.setup_matrix.outputs.projects) }}
102103
value: ${{ fromJson(needs.setup_matrix.outputs.matrix) }}
@@ -124,7 +125,7 @@ jobs:
124125
run: |
125126
docker run -d --rm --name busybox --privileged --net=host --pid=host --ipc=host --volume /:/host busybox sleep infinity
126127
docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "swapoff /mnt/swapfile"'
127-
docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "dd if=/dev/zero of=/mnt/swapfile bs=1M count=4096 oflag=append conv=notrunc"'
128+
docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "dd if=/dev/zero of=/mnt/swapfile bs=1M count=8192 oflag=append conv=notrunc"'
128129
docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "mkswap /mnt/swapfile"'
129130
docker exec busybox /bin/sh -c 'chroot /host /bin/bash -c "swapon /mnt/swapfile"'
130131
@@ -197,7 +198,6 @@ jobs:
197198
--add-opens java.base/jdk.internal.vm=ALL-UNNAMED \
198199
--add-opens java.base/jdk.internal.vm.annotation=ALL-UNNAMED \
199200
-Dutbot.monitoring.settings.path=$monitoring_projects/${{ matrix.project }}/monitoring.properties \
200-
-Xmx512M \
201201
utbot-junit-contest/build/libs/monitoring.jar \
202202
stats-$i.json
203203
mv logs/utbot.log logs/utbot-$i.log

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /