Subject: Re: sysctl & process limitations
To: Manuel Bouyer <bouyer@antioche.eu.org>
From: Randy Arabie <rrarabie@arabie.org>
List: netbsd-help
Date: 02/04/2002 16:52:47
On Mon, 4 Feb 2002, Manuel Bouyer wrote:

> What a minute ... you're loading the tables to a 'mysqld' process, using
> the 'mysql' command, rigth ?
> Maybe it's just the mysql command which runs out of files descriptors ?
> Did you try to raise the limit of the shell before starting it ?

Right.  Like this:

mysql -u someuser -p -D somedatabase < ./data.sql

No.  I didn't raise the shell limits, I rose the kernel maxfiles and 
the mysqld process proc.pid.rlimit.descriptors.soft limit.

I'll try the shell tonight.
-- 

Cheers!

Randy