Re: ulimit or files-max?

2023-11-13 Thread Samuel Sieb
On 11/13/23 13:48, Alex wrote: Hi, what is the current way to increase the number of available open files? This is for a mariadb database server I'm trying to configure based on instructions from the database developer to increase the total number of files to 5. I've added the following to

Re: ulimit or files-max?

2023-11-13 Thread Jonathan Billings
On Nov 13, 2023, at 16:50, Alex wrote:Hi, what is the current way to increase the number of available open files? This is for a mariadb database server I'm trying to configure based on instructions from the database developer to increase the total number of files to 5. I've added the followin

Re: ulimit or files-max?

2023-11-13 Thread Roger Heflin
Either way works. Yes, file.files.nr first column is the current number in use. Also note that systemd used to not load the limits.conf file and as such may have its own lower limits on anything started under a systemd service. I think the theory was anything started under systemd should provid

ulimit or files-max?

2023-11-13 Thread Alex
Hi, what is the current way to increase the number of available open files? This is for a mariadb database server I'm trying to configure based on instructions from the database developer to increase the total number of files to 5. I've added the following to /etc/security/limits.conf and reboo