LoginSignup
24
24

More than 5 years have passed since last update.

Mac OSXでファイルディスクリプタの上限数を変える

Posted at

http://apple.stackexchange.com/questions/32235/how-to-properly-increase-ulimit-n-on-lion を参考に下記2ファイルを変更すればOK

/etc/launchd.conf
# 下記2行を追加 (ファイルがなければ作成)
limit maxfiles 8192 20480 
limit maxproc 1000 2000
/etc/sysctl.conf
# 下記を追加 (ファイルがなければ作成)
kern.maxfiles=20480
24
24
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
24
24