タグ付けされた質問 「file-descriptors」


3
nginxで開いているファイルが多すぎるため、制限を引き上げることができない
サーバーはUbuntu 13.04(GNU / Linux 3.9.3-x86_64-linode33 x86_64)です。 nginxはnginx / 1.2.6です。 私はこれに数時間取り組んでいるので、これが私が得ているものであり、ここに私がやったことです。 tail -f /usr/local/nginx/logs/error.log 2013/06/18 21:35:03 [crit] 3427#0: accept4() failed (24: Too many open files) 2013/06/18 21:35:04 [crit] 3427#0: accept4() failed (24: Too many open files) 2013/06/18 21:35:04 [crit] 3427#0: accept4() failed (24: Too many open files) 2013/06/18 21:35:04 [crit] 3427#0: …

1
Ubuntu 16.04サーバーのMySql open_file_limitは65536より高くなりません
XenServerでUbuntu 16.04サーバーを実行していますが、MySqlのオープンファイル制限の問題に直面しています。 これまでにやったことは次のとおりです。 sudo nano /etc/security/limits.conf (参照) * soft nofile 1024000 * hard nofile 1024000 * soft nproc 102400 * hard nproc 102400 mysql soft nofile 1024000 mysql hard nofile 1024000 sudo nano /etc/init/mysql.conf (リファレンス) limit nofile 1024000 1024000 limit nproc 102400 102400 sudo nano /etc/mysql/mysql.conf.d/mysqld.cnf (リファレンス) [mysqld_safe] open_files_limit = …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.