Skip to content
Snippets Groups Projects
Commit cc14dee5 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

set open file limits

parent 5e369949
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,12 @@ ...@@ -15,7 +15,12 @@
# Source this rc script to prepare the environment for macos builds # Source this rc script to prepare the environment for macos builds
ulimit -n 1000 sudo launchctl limit maxfiles unlimited unlimited
# show current maxfiles
launchctl limit maxfiles
ulimit -n 10000
# show current limits # show current limits
ulimit -a ulimit -a
......
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