提高檔案開啟數上限
將最大開啟檔案數(nofile)提升至 65535
Overview
將最大開啟檔案數(nofile)提升至 65535
Commands
新限制將在下次登入時生效,是否繼續?
echo '* soft nofile 65535' | sudo tee /etc/security/limits.d/99-nofile.conf
echo '* hard nofile 65535' | sudo tee -a /etc/security/limits.d/99-nofile.conf