Skip to content

Commit 50658c2

Browse files
committed
fix: ulimit
1 parent 11ed2fb commit 50658c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
# Populate DB
102102
- run: cd default/play_and_scripts/scripts; python setup_database_e2e_tests.py
103103
- run: pip3 install minio
104+
- run: ulimit -n 530000
104105
- run: |
105106
python3 - <<'EOF'
106107
from minio import Minio

0 commit comments

Comments
 (0)