Ken Menzel writes:
> Hi everyone,
>    If you have increased your MAXDSIZ variable in FreeBSD to above
> 2048 the mysqld will crash on FreeBSD 4.5.  Please set it to 2047 or
> lower:
> options         MAXDSIZ="(2047*1024*1024)"
> 
> to quote a very intelligent source (Thanks Sinisa!)
> 
> >It happens with MySQL as it is the only one trying to create threads.
> >
> >So, as threads take up stack, FBSD checks for available memory.
> >
> >And as it is saved in signed int, it crashes !!!!!!!!!!!!
> 
> Don't forget to install the new kernel (make kernel) after lowering
> MAXDSIZ.
> 
> If you are using the GENERIC kernel you won't have this problem.  You
> will only have this problem if you added MAXDSIZ to you kernel config
> and set it above 2047.
> 
> Hope this helps,
> 
> Ken

You are always welcome ... ;o)

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