Skip to content
Snippets Groups Projects
Commit b23060ff authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Travis CI: increase the maximum number of files on macOS

parent fe840a9e
No related branches found
No related tags found
No related merge requests found
echo "Increase the maximum number of open file descriptors on macOS"
NOFILE=20480
sudo sysctl -w kern.maxfiles=$NOFILE
sudo sysctl -w kern.maxfilesperproc=$NOFILE
sudo launchctl limit maxfiles $NOFILE $NOFILE
ulimit -S -n $NOFILE
ulimit -n
cd test && python test-run.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment