0

Maybe someone make clear for me, about how work system limits: /etc/security/limits.conf

#<domain>   <type>  <item>  <value>
mysql   soft    nofile      2048
mysql   hard    nofile      2048

nofile - max number of open file descriptors

lsof -u mysql | wc -l 3450 This number is larger than 2048

vertrost
  • 40
  • 6
Alarmus
  • 11
  • 1
  • 3
  • Duplication of question from unix.stackexchange: https://unix.stackexchange.com/questions/108603/do-changes-in-etc-security-limits-conf-require-a-reboot – vertrost Oct 18 '17 at 11:18
  • I revived this question, but this does not help. I have rebooted the system and all sessions with old parameters were closed. And the system still has larger count than it in /limits.conf – Alarmus Oct 19 '17 at 10:24

0 Answers0