Mongrel _rails 错误, Too many openfiles 的解决 mongrel_rails,出错,显示too many open files。ulimit -a 显示open file 1024修改/etc/security/limits.conf 设置为4096,可以添加如下内容:* soft nofile 4096 * hard nofile 4096重启ok