On Mon, Feb 02, 2004 at 02:00:46AM -0500, Nick wrote:
> Alas, when I tried the binary version, it gave me an error that google
> helped link me to the following:
> 
> Fatal error 'Can't create gc thread' at line ? in file
> /usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?)
> mysqld got signal 6;
> 
> http://lists.freebsd.org/pipermail/freebsd-stable/2003-May/000979.html
> 
> Apparently you have to keep the MAXDSIZ below 2GB for FreeBSD to create
> threads.  Maybe I'll submit something for the docs people to update to
> include this, since a recompile and reboot now prove all installs work
> properly.

Yes, it's a byproduct of the memory map that FreeBSD sets up.  With
that out of the way, you should find it to be quite solid.

Another trick we've used is to recompile LinuxThreads with a smaller
thred stack.  It's only necessary if you expect to have LOTS of
concurrent connections.

Jeremy
-- 
Jeremy D. Zawodny     |  Perl, Web, MySQL, Linux Magazine, Yahoo!
<[EMAIL PROTECTED]>  |  http://jeremy.zawodny.com/

MySQL 4.0.15-Yahoo-SMP: up 150 days, processed 1,628,781,557 queries (125/sec. avg)

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to