mysqld_safe and ulimit

2005-01-05 Thread Dimitri Aivaliotis
Hello, I'm new to OpenPKG, but I like what I see so far. I've got a question about the right way to handle the following situation: In my mysql error log, I get the following message: Warning: setrlimit couldn't increase number of open files to more than 1024 (request: 5010) The MySQL docs

Re: mysqld_safe and ulimit

2005-01-05 Thread Dimitri Aivaliotis
On Wed, 5 Jan 2005 13:08:36 +0100, Michael van Elst [EMAIL PROTECTED] wrote: On Wed, Jan 05, 2005 at 12:25:30PM +0100, Dimitri Aivaliotis wrote: Warning: setrlimit couldn't increase number of open files to more than 1024 (request: 5010) MySQL can only set a 'soft limit' for the number

Re: mysqld_safe and ulimit

2005-01-05 Thread Dimitri Aivaliotis
On Wed, 5 Jan 2005 15:47:48 +0100, Michael van Elst [EMAIL PROTECTED] wrote: On Wed, Jan 05, 2005 at 02:03:58PM +0100, Dimitri Aivaliotis wrote: * hardnofiles 1 What am I missing here? The attribute is 'nofile' without the s :) I feel stupid. :) It works now