标签: linux system limits lsof
也许有人向我说明了工作制度如何限制: 在/etc/security/limits.conf
#<domain> <type> <item> <value> mysql soft nofile 2048 mysql hard nofile 2048
nofile - 打开文件描述符的最大数量
lsof -u mysql | wc -l 3450 这个数字大于2048