From: Date: July 16 2003 10:16pm Subject: Re: MySQL, FreeBSD, LinuxThreads, and > 950 connections? List-Archive: http://lists.mysql.com/mysql/145387 Message-Id: <20030716201625.GC44980@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jul 16), Jeremy Zawodny said: > Does anyone have MySQL built with LinuxThreads running on FreeBSD 4.x > and handling more than 950 connections? > > If so, did you need to do anything special to make it work? I'm > seeing this: > > Can't create a new thread (errno 35). If you are not out of available > memory, you can consult the manual for a possible OS-dependent bug I don't suppose you're hitting a maxproc resource limit? Check "limits -a" and "sysctl -a | grep maxproc". > When I push past roughly 950 connections. I've tried various > thread_stack sizes but that doesn't have an effect. -- Dan Nelson dnelson@stripped