You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
「Too many open files」は Linux でプロセスが開けるファイルディスクリプタの上限に達してしまうと発生するエラーです。
「ファイルディスクリプタ」という名前ですが、 Linux ではソケットもファイルディスクリプタなので、ファイルを開いた場合だけでなく、ソケットを使って通信を行う場合にもファイルディスクリプタが使用されます。
Nov 3 16:12:19 ip-10-1-15-244 hakaru: 2019/11/03 07:12:19 http: panic serving 10.1.3.52:35504: dial tcp: lookup hakaru.cyxjcthyavyi.ap-northeast-1.rds.amazonaws.com on 10.1.0.2:53: dial udp 10.1.0.2:53: socket: too many open files
502に関して
[root@ip-10-1-15-178 fs]# cat file-max 377551
[root@ip-10-1-15-178 fs]# cat file-nr 1056 0 377551
The text was updated successfully, but these errors were encountered: