MySQL memory footprint
I initially tuned MySQL based on recommendations from
I'll be the 1st to admit I don't know much about administering MySQL.
Anyway, I'd like to reduce memory to <= 300M. Any recommendation on where to start? Here's my config:
2 Replies
A long time ago, when Linode's small plan was 64MB of memory, caker put together this my.cnf to help us all get MySQL to fit. I've been using the same my.cnf (with minor modifications) since then.
-James
> Do you actually need the features that InnoDB tables provide? It looks like about half of the memory usage you're seeing might be attributable to that.
Yep. Gallery uses innodb.
Can I do the opposite? Can I turn off MyISAM, or lower keybuffersize without adversely affecting things? I'm not using MySQL for anything other than gallery.