Re: Getting more than 256 connections with MySQL/Linux

2001-07-15 Thread Tonu Samuel
Alex Coke-Smyth wrote: > max_connections=300 > > basically anything over 256 ends up giving the error : > > 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 > > after 256 connections are open. > > The

Getting more than 256 connections with MySQL/Linux

2001-06-06 Thread Alex Coke-Smyth
Hi, I am receiving errors when setting max_connections=300 basically anything over 256 ends up giving the error : 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 after 256 connections are open. There is