====== Увеличить лимит открытых файловых дескрипторов для отдельного сервиса ====== [[https://winitpro.ru/index.php/2019/11/19/oshibka-too-many-open-files-v-linux]] >$ sudo systemctl edit httpd.service Добавьте необходимые лимиты, например: [Service] LimitNOFILE=16000 LimitNOFILESoft=16000 Проверить: >cat /proc**/**/limits | grep -E '(Max open|Limit)' ---- ulimit -n