Commit d2749861 authored by bokobza's avatar bokobza

increased ulimit to 4098

parent 909590d6
...@@ -10,7 +10,7 @@ matrix: ...@@ -10,7 +10,7 @@ matrix:
osx_image: xcode9 osx_image: xcode9
before_install: before_install:
- brew update - brew update
- ulimit -n 1024 - ulimit -n 4098
- os_platform=darwin - os_platform=darwin
# branches to build # branches to build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment