Subject: Re: open files
To: Lars <cryptr@cryptr.net>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-alpha
Date: 04/25/2002 23:05:14
On Thu, Apr 25, 2002 at 08:13:28AM +0200, Lars wrote:
> 
> Hi fellows!
> 
> I need some help here i got a mysql server running on my NetBSD/Alpha
> 1.5.2 and i have some problem with too many open files in system.
> 
> from /var/mysql/localhost.err
> 
> 020425  8:31:46  Error in accept: Too many open files in system
> 
> Any ideas on how to fix this?

safe_mysqld has a --open-file-limit command line option. I start it this
way:
safe_mysqld --open-files-limit=256

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--