Hi,

> To tell you a truth, I have downloaded 2.2.5 but still have not found
> time to build / install them.

Perhaps the fear of glibc compilation / installation ;)

I've already installed 2.2.5, and it works really fine for me (and at least
it compiles with gcc 3.0.3 ! :))
(with #define STACK_SIZE  (128 * 1024) and #define PTHREAD_THREADS_MAX 4096)

Anyway, thank you for the advice :)

Regards,

Jocelyn Fournier
----- Original Message -----
From: "Sinisa Milivojevic" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, February 04, 2002 1:49 PM
Subject: Re: mysqld crash & stack trace from 3.23.47-max (with InnoDB)


> jocelyn fournier writes:
> > Hi,
> >
> > About glibc, I saw the 2.2.5 release included the spinlock.c patch, part
of
> > the internals.h (except the following part :
> > -#define STACK_SIZE  (2 * 1024 * 1024)
> > +#define STACK_SIZE  (128 * 1024)
> > )
> > The local_lim.h is also partially patched :
> >
> > The following part :
> > -#define PTHREAD_THREADS_MAX 1024
> > +#define PTHREAD_THREADS_MAX 4096
> >
> > is missing.
> >
> > So my question is : with glibc 2.2.5, should I modify the STACK_SIZE and
> > PTHREAD_THREADS_MAX values ? (and why didn't they applied those part of
> > patches ?)
> >
> > Thank you !
> >
> > Best Regards,
> >
> > Jocelyn Fournier
> > Presence-PC
>
>
> To tell you a truth, I have downloaded 2.2.5 but still have not found
> time to build / install them.
>
> For MySQL 64 * 1024 stack size is sufficient and should be set  in
> that fashion if you run lot's of connections. Similar reasoning
> applies to number of threads.
>
> --
> Regards,
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
>  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Fulltime Developer
> /_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
>        <___/   www.mysql.com
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to