2015-02-20 OSXでmysqlが"Too many open files in system”を起こした時の対処 osx mysql 10.7あたりからパーティションを切っていると頻発するようになっていて、最近ようやく対処方法が分かった。 3つのファイルに次のような設定をしたのちMacを再起動する。 /etc/sysctl.conf: kern.maxfiles=20480 kern.maxfilesperproc=18000 /etc/launchd.conf: limit maxfiles 8192 20480 limit maxproc 1000 2000 /etc/profile: ulimit -n 4096 参考 Is there a fix for the “Too many open files in system” error on OS X 10.7.1?