ulimit on Mac OS X - temporary fix
This commit is contained in:
parent
6bd29ac418
commit
8b9c3d4764
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ fi
|
|||
# if [[ `ulimit -n` == "unlimited" || `ulimit -n` < 8192 ]]
|
||||
# then
|
||||
# # higher limit needed for wmkdeps
|
||||
# ulimit -n 8192
|
||||
ulimit -n 8192
|
||||
# fi
|
||||
# fi
|
||||
|
||||
|
|
Reference in a new issue