Re: Which memory settings to change?
Posted by:
Rick James
Date: January 29, 2009 01:24AM
InnoDB ONLY: 70% for innodb + a few MB for key_buffer
OR
MyISAM ONLY: 0 for innodb + 25% for keybuffer (leaving extra for OS to cache data blocks)
OR
Both engines: some compromise.
Do not allocate so much space that MySQL is being swapped.
Depending on the OS, MySQL code, etc, leave perhaps 1GB outside the above caches.
Subject
Views
Written By
Posted
8101
January 26, 2009 06:22PM
2840
January 28, 2009 12:39AM
2468
January 28, 2009 04:46PM
Re: Which memory settings to change?
2283
January 29, 2009 01:24AM
2202
January 29, 2009 02:14PM
2260
February 03, 2009 09:53AM
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.