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
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