システム設定 ubuntudebiancentos beginner

オープンファイル数の上限を引き上げ

最大オープンファイル数(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