Remove ulimit
This commit is contained in:
parent
c22192235e
commit
aa2a3c3e60
2
.github/workflows/osrm-backend.yml
vendored
2
.github/workflows/osrm-backend.yml
vendored
@ -395,7 +395,7 @@ jobs:
|
|||||||
if [[ "${RUNNER_OS}" == "Linux" ]]; then
|
if [[ "${RUNNER_OS}" == "Linux" ]]; then
|
||||||
echo "JOBS=$((`nproc` + 1))" >> $GITHUB_ENV
|
echo "JOBS=$((`nproc` + 1))" >> $GITHUB_ENV
|
||||||
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
|
||||||
echo "JOBS=$((`ulimit -n 1024 && sysctl -n hw.ncpu` + 1))" >> $GITHUB_ENV
|
echo "JOBS=$((`sysctl -n hw.ncpu` + 1))" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Install dev dependencies
|
- name: Install dev dependencies
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user