[Mac] 使用 wrk 時,出現 Too many open files

Ref: https://superuser.com/questions/433746/is-there-a-fix-for-the-too-many-open-files-in-system-error-on-os-x-10-7-1

可以使用

sysctl -w kern.maxfiles=60000
sysctl -w kern.maxfilesperproc=60000

來增加可開啟檔案的上限,
如果是一般 linux 的話,可以使用 ulimit -HSn 60000

留言

張貼留言

這個網誌中的熱門文章

[MySQL] schema 與資料類型優化

[翻譯] 介紹現代網路負載平衡與代理伺服器