i’m run on Macos 10.15.5, with mariadb 10.4.13.
Since i did “brew upgrade” I have this error :
Out of resources when opening file './pluto/_connection.MYD' (Errcode: 24 "Too many open files")
I tried to modify this file /usr/local/etc/my.cnf to add this line open_files_limit = 60000
but it doesn’t work, open_files_limit variable still blocked on the value 256.
I tried this line : sudo ulimit -n 1024
, but each time I restart the value returns to 256
Do you have any help to bring me to help me solve my problem?