查看maxfiles設(shè)置
launchctl limit
設(shè)置一個較大的maxfiles
sudo launchctl limit maxfiles 102400 102400
查看應(yīng)用資源情況
lsof -n | awk '{print $1}' | uniq -c | sort -rn | head
查看maxfiles設(shè)置
launchctl limit
設(shè)置一個較大的maxfiles
sudo launchctl limit maxfiles 102400 102400
查看應(yīng)用資源情況
lsof -n | awk '{print $1}' | uniq -c | sort -rn | head