hacdias / webdav

A simple and standalone WebDAV server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

accept4: too many open files;

haoduck opened this issue · comments

Excuse me, accept4: too many open files; what should I do?

image

Jun 23 07:18:42 debian webdav[2812856]: 2022/06/23 07:18:42 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:43 debian webdav[2812856]: 2022/06/23 07:18:43 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:44 debian webdav[2812856]: 2022/06/23 07:18:44 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:45 debian webdav[2812856]: 2022/06/23 07:18:45 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:46 debian webdav[2812856]: 2022/06/23 07:18:46 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:47 debian webdav[2812856]: 2022/06/23 07:18:47 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:48 debian webdav[2812856]: 2022/06/23 07:18:48 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:49 debian webdav[2812856]: 2022/06/23 07:18:49 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:50 debian webdav[2812856]: 2022/06/23 07:18:50 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s
Jun 23 07:18:51 debian webdav[2812856]: 2022/06/23 07:18:51 http: Accept error: accept tcp [::]:8980: accept4: too many open files; retrying in 1s

This is not a bug in this project. The issue is with your system setup. You should increase the ulimit of open files (LimitNOFILE in systemd unit files).