Linux: Too many open files in Ubuntu

Support Wissensdatenbank

Du bist hier:
Print

Linux: Too many open files in Ubuntu

Fehlermeldungen wie diese in den Logdateien von MySQL oder Apache:

Error: SQLSTATE[HY000]: General error: 23 Out of resources when opening file ‘/tmp/#sql_751_0.MYD’ (Errcode: 24 – Too many open files)

 

Lösung:

/etc/security/limits.conf anpassen:
root             soft    nofile           800000
root             hard    nofile           1024000

/etc/mysql/my.cnf anpassen:
open_files_limit = 1024000

 

anschliessend Server neustarten

War dieser Artikel hilfreich?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Wie können wir diesen Artikel verbessern?
Please submit the reason for your vote so that we can improve the article.
Brauchst du Hilfe?
Related Post