From 8391841639ab51e81f48265e1fb0e61316d1930a Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Wed, 20 Sep 2023 17:52:50 +0300 Subject: [PATCH] m --- os/unix/network/socket/too-many-open-files.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/os/unix/network/socket/too-many-open-files.txt b/os/unix/network/socket/too-many-open-files.txt index 4c07d46fc..76c863b0c 100644 --- a/os/unix/network/socket/too-many-open-files.txt +++ b/os/unix/network/socket/too-many-open-files.txt @@ -6,3 +6,8 @@ https://stackoverflow.com/questions/880557/socket-accept-too-many-open-files * hard nofile 16384 https://unix.stackexchange.com/questions/365622/how-to-raise-open-file-limit-etc-security-limits-d-vs-etc-security-limits-co /etc/security/limits.d/30-user-nofile.conf + +2021 +https://www.baeldung.com/linux/error-too-many-open-files + lsof | wc -l + sudo vi /etc/security/limits.d/30-user-nofile.conf