RE: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-07 Thread Andrew Braithwaite
] Sent: Sat 02 April 2005 13:31 To: mysql@lists.mysql.com Subject: Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug' Hello. I don't know. With additional information we could make more exact conclusions

Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-07 Thread Gleb Paharenko
Hello. If you are able to use a DBUG package on a production server - do it. You may limit debugging to the list of named functions with 'f' flag. See: http://dev.mysql.com/doc/mysql/en/the-dbug-package.html Send an output of 'SHOW VARIABLES', 'SHOW STATUS', ulimits for mysql user.

Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-04 Thread Gleb Paharenko
-Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Thu 31 March 2005 02:31 To: mysql@lists.mysql.com Subject: Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS

RE: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-01 Thread Andrew Braithwaite
To: mysql@lists.mysql.com Subject: Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug' Hello. I strongly recommend you to upgrade to the latest release. Do you use official binaries? See: http://dev.mysql.com

Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-01 Thread Gleb Paharenko
Cheers, Andrew -Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Thu 31 March 2005 02:31 To: mysql@lists.mysql.com Subject: Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible

Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-04-01 Thread Jocelyn Fournier
-Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: Thu 31 March 2005 02:31 To: mysql@lists.mysql.com Subject: Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug' Hello. I strongly

Re: Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

2005-03-31 Thread Gleb Paharenko
Hello. I strongly recommend you to upgrade to the latest release. Do you use official binaries? See: http://dev.mysql.com/doc/mysql/en/crashing.html Andrew Braithwaite [EMAIL PROTECTED] wrote: Hi, I'm getting this strange error when there are more than 1100 mysql

Re: Can't create a new thread (errno 11)

2004-02-27 Thread Christof Egner
Hi Ken, Sorry for my late answer, the problems occur under debian linux 3.0 with custom 2.4.20 kernel. There's no sysctl value set. Best Regards, Christof -- ___ Configo Systems GmbH - Jahnstr. 62 - 64285 Darmstadt - DE Tel

Re: Can't create a new thread (errno 11)

2004-02-27 Thread Christof Egner
Thanks for your answer. I tried it but it still occurs from time to time. Best Regards, Christof -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Can't create a new thread (errno 11)

2004-02-27 Thread Sasha Pachev
Christof Egner wrote: Thanks for your answer. I tried it but it still occurs from time to time. Best Regards, Christof Christof: During a lull in activity on your server, try a stress test to see the maximum number of connection you can establish, and maybe even to some activity on the

Re: Can't create a new thread (errno 11)

2004-02-23 Thread Ken Menzel
, February 21, 2004 5:18 AM Subject: Re: Can't create a new thread (errno 11) Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections, wouldn't it? -Christof James Kelty wrote

RE: Can't create a new thread (errno 11)

2004-02-23 Thread Donny Simonton
To: Christof Egner Cc: [EMAIL PROTECTED] Subject: Re: Can't create a new thread (errno 11) Hi Christof, You don't mention the OS version you are using (So I will assume Linux) is there a sysctl for the max number of threads on your OS? Ken - Original Message - From: Christof Egner [EMAIL

Re: Can't create a new thread (errno 11)

2004-02-23 Thread Sasha Pachev
Christof Egner wrote: Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections, wouldn't it? This error comes from LinuxThreads when pthread_create() fails for one reason or

Re: Can't create a new thread (errno 11)

2004-02-23 Thread Kevin Marks
On Feb 23, 2004, at 10:36 AM, Sasha Pachev wrote: Christof Egner wrote: Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections, wouldn't it? This error comes from LinuxThreads

RE: Can't create a new thread (errno 11)

2004-02-23 Thread Donny Simonton
: Can't create a new thread (errno 11) On Feb 23, 2004, at 10:36 AM, Sasha Pachev wrote: Christof Egner wrote: Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections

Re: Can't create a new thread (errno 11)

2004-02-21 Thread Christof Egner
Hello James, thanks for your answer, but max_connections is set high enough (double the number of the currently used threads). I think the error would be Too many connections, wouldn't it? -Christof James Kelty wrote: Check the max_connections variable Mysql show variables liks

RE: Can't create a new thread (errno 11)

2004-02-20 Thread James Kelty
Check the max_connections variable Mysql show variables liks '%connection%'; -James -Original Message- From: Christof Egner [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:03 AM To: [EMAIL PROTECTED] Subject: Can't create a new thread (errno 11) Hello, I'm having