MySQL Forums
Forum List  »  InnoDB

Re: innodb keeps crashing due to out-of-memory errors
Posted by: Heikki Tuuri
Date: March 07, 2005 01:58AM

Eddie,

to process some queries, MySQL creates temp tables. If you let them be up to 128 MB HEAP tables, they can eat up too much memory. Use SHOW PROCESSLIST and EXPLAIN SELECT to monitor if there are such queries.

But if the memory usage gradually climbs, then it might be a memory leak.

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: innodb keeps crashing due to out-of-memory errors
2341
March 07, 2005 01:58AM


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.