MySQL Forums
Forum List  »  InnoDB

Re: Server chrases everytime
Posted by: Peter Beckman
Date: July 06, 2005 07:20PM

If your system is taking up too much memory, you need to look in your my.cnf.

in show variables:

| innodb_buffer_pool_size | 402653184 |

Assuming you are using innodb since you posted in innodb, you need to set your buffer_pool_size and your innodb_data_file_path to something reasonable for the amount of memory on your box.

Mine is set at 384MB, as shown above.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Server chrases everytime
2086
July 06, 2005 07:20PM


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.