CI: removed unnecessary ulimit
This commit is contained in:
parent
49fbad9ec0
commit
7d5d19347a
1 changed files with 0 additions and 6 deletions
6
.github/workflows/load_tests.yml
vendored
6
.github/workflows/load_tests.yml
vendored
|
|
@ -45,15 +45,9 @@ jobs:
|
|||
python-version: '3.11.x'
|
||||
extra-dependencies: "aws"
|
||||
|
||||
- name: Set File Descriptor Limit
|
||||
run: sudo prlimit --pid $$ --nofile=4096:4096
|
||||
|
||||
- name: Verify File Descriptor Limit
|
||||
run: ulimit -n
|
||||
|
||||
- name: Dependencies already installed
|
||||
run: echo "Dependencies already installed in setup"
|
||||
|
||||
- name: Run Load Test
|
||||
env:
|
||||
ENV: 'dev'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue