MySQL Forums
Forum List  »  Performance

Re: 4Gb Process Limit on AMD Opteron
Posted by: James Day
Date: January 12, 2005 12:50PM

4GB is the maximum size allowed for the key_buffer_size variable. From MySQL 4.1.1 you can use multiple key caches and assign certain indexes to different caches, increasing the total cache available. See http://dev.mysql.com/doc/mysql/en/MyISAM_key_cache.html and the following multiple key cache section.

Options: ReplyQuote


Subject
Views
Written By
Posted
4076
January 11, 2005 12:37PM
Re: 4Gb Process Limit on AMD Opteron
1880
January 12, 2005 12:50PM
2269
January 28, 2005 06:09PM


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.