mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
CI: github: set ulimit -n to a greater value
Set ulimit -n to 65536 to limit less the maxconn computation. Could be backported at least to 2.5.
This commit is contained in:
parent
2a225390eb
commit
2cb1493748
2
.github/workflows/vtest.yml
vendored
2
.github/workflows/vtest.yml
vendored
@ -136,7 +136,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# This is required for macOS which does not actually allow to increase
|
# This is required for macOS which does not actually allow to increase
|
||||||
# the '-n' soft limit to the hard limit, thus failing to run.
|
# the '-n' soft limit to the hard limit, thus failing to run.
|
||||||
ulimit -n 5000
|
ulimit -n 65536
|
||||||
make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
|
make reg-tests VTEST_PROGRAM=../vtest/vtest REGTESTS_TYPES=default,bug,devel
|
||||||
- name: Show VTest results
|
- name: Show VTest results
|
||||||
if: ${{ failure() && steps.vtest.outcome == 'failure' }}
|
if: ${{ failure() && steps.vtest.outcome == 'failure' }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user