Skip to content

Commit c7806dc

Browse files
authored
del increase limits
1 parent 7a7601a commit c7806dc

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -471,14 +471,6 @@ jobs:
471471
run: |
472472
chmod +x "${{ steps.set_eval_binary.outputs.EVAL_BINARY }}"
473473
echo "LD_LIBRARY_PATH=$PWD/build/bin/all_libs:/usr/lib/x86_64-linux-gnu" >> $GITHUB_ENV
474-
475-
- name: Increase system limits
476-
run: |
477-
sudo prlimit --pid $$ --as=unlimited
478-
ulimit -s unlimited
479-
ulimit -c unlimited
480-
echo "Новые лимиты:"
481-
ulimit -a
482474
483475
- name: Run evaluation
484476
run: |

0 commit comments

Comments
 (0)