how to edit open_files_limit in mysql
Posted: Wed Jul 13, 2022 9:41 pm
Hi guys, I'm getting too many open files on mysql server and I tried to edit it but I failed.
ulimit -a
open files 1024
How can I edit it up to 4096?
I tried to use the ulimit -n 4096 and restart mysql
I'm still getting [Warning] Could not increase number of max_open_files to more than 1024 (request: 66575) on systemctl status mysql
ulimit -a
open files 1024
How can I edit it up to 4096?
I tried to use the ulimit -n 4096 and restart mysql
I'm still getting [Warning] Could not increase number of max_open_files to more than 1024 (request: 66575) on systemctl status mysql