<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>Actually, I'm just using the default settings for all of those from<br>the Gentoo ebuild, which I'd think is probably the same defaults you'd<br>get from the mysql source. &nbsp;Some of those aren't even in my cnf file,<br>so they're using built-in defaults, but here are all of those settings<br>from the running database:<br><br>show variables where variable_name in ('key_buffer_size',<br>'table_cache', 'sort_buffer_size', 'myisam_sort_buffer_size',<br>'query_cache_size', 'query_cache_limit', 'query_cache_type')<br>--------------<br><br>+-------------------------+----------+<br>| Variable_name &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| Value &nbsp;&nbsp;&nbsp;|<br>+-------------------------+----------+<br>| key_buffer_size &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 16777216 |<br>| myisam_sort_buffer_size | 8388608 &nbsp;|<br>| query_cache_limit &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 1048576 &nbsp;|<br>| query_cache_size &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 0 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>| query_cache_type &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| ON &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>| sort_buffer_size &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 524288 &nbsp;&nbsp;|<br>| table_cache &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;| 64 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|<br>+-------------------------+----------+<br>7 rows in set (0.00 sec)<br></div></blockquote></div><br><div><br></div><div>Thanks. I'm using Gentoo as well but I've changed all the settings. Maybe I'll re-emerge it again.</div><div><br></div><div>Curtis</div><div><br></div></body></html>