on macosx 10.7、bashを使用ulimit最初にコールOKコールが失敗しました。なぜですか?
ulimit -nの最初の呼び出しは成功し、2番目の呼び出しは失敗します。私は6000 -n ulimitのために新しいシェル(または別のシェル)にしようとした場合
a:$ ulimit -n
2560
a:$ ulimit -n 5000
a:$ ulimit -n
5000
a:$ ulimit -n 6000
bash: ulimit: open files: cannot modify limit: Operation not permitted
は、しかし、それは成功します
a:$ ulimit -n
2560
a:$ ulimit -n 6000
a:$ ulimit -n
6000
はなぜですか? bashのmanページから
SO - try about topic - http://apple.stackexchange.com? –
合意、または[unix.stackexchange.com](http://unix.stackexchange.com) –
[このスーパーユーザーの質問]の複製(http://superuser.com/questions/309106/strange-behaviour-with-ulimit -on-mac-os-x-10-6 /)。 –