Making MySQL Use More Memory

Site menu:

Topics

Recent Posts

Blog

 

January 2009
M T W T F S S
« Dec   Feb »
 1234
567891011
12131415161718
19202122232425
262728293031  

Past Posts

Links:

Archive for January 7th, 2009

Making MySQL Use More Memory

January 7th, 2009 by Scott Selikoff

Unlike a lot of database servers, MySQL is strangely conservative (by default) on how much memory it will allocate. If you’re not careful, you can have 16GB of RAM on your machine with MySQL only using 50MBs, leading to extremely poor performance under heavy load. I know firsthand that navigating MySQL configuration guides can be [...]