[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.maxfiles=60000
sysctl -w kern.maxfilesperproc=60000
來增加可開啟檔案的上限,
如果是一般 linux 的話,可以使用 ulimit -HSn 60000
prinvesQdif-be-1998 Jason Brandt https://wakelet.com/wake/Yc1NNHNcm03S9sDaqbXam
回覆刪除apexnale