MySQL Forums
Forum List  »  InnoDB

Re: [Warning] Asked for 196608 thread stack, but got 126976
Posted by: Heikki Tuuri
Date: February 05, 2006 02:32AM

Ady,

mysqld tries to set the thread stack size when it creates a new thread. I do not know why your Linux kernel cannot set it to 196608. Do you have VERY many concurrent connections, so that memory might run out?

Anyway, 126976 bytes of stack is definitely enough. mysqld should run with a 32 kB stack.

Best regards,

Heikki
Oracle Corp./Innobase Oy
InnoDB - transactions, row level locking, and foreign keys for MySQL

InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables
http://www.innodb.com/order.php

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: [Warning] Asked for 196608 thread stack, but got 126976
4449
February 05, 2006 02:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.