← Back to team overview

mysql-proxy-discuss team mailing list archive

Re: New option --max-open-files

 

> To reiterate: Some folks simply forget to raise ulimit -n, then run into
> problems in production, which we need to avoid.

I see.

8192 is reasonable, and you can still set it to whatever you want.

Don't forget to mention this number should be divided by 2, since this is a
proxy :)


> Perhaps the code should check if the current number is higher than 8192 and
> not mess with it.
>
Yeah, exactly.

References