#2023/01 #代码块 修复too-many-open问题

sudo sysctl -w kern.maxfiles=65536
sudo sysctl -w kern.maxfilesperproc=65536
ulimit -n 65536 65536

https://github.com/gohugoio/hugo/issues/6109