hybinet wrote:
asano wrote:
Of course, in order for MySQL to utilize more than 2GB of memory, I'd need to move to a 64-bit distro.
I thought the limit for 32-bit was ~4GB, not 2GB.
Generally speaking, you're correct. I wasn't very clear in my original post, but I was referring to the amount of memory you can allocate to the innodb_buffer_pool_size in MySQL. My information on the subject may be a bit dated, but in my experience, I could never allocate even 2GB of memory on 32-bit linux. The discussions at the following links explain why:
http://lists.mysql.com/mysql/185491
http://bugs.mysql.com/bug.php?id=4516
Thanks vonskippy and obs for your replies. I figured it would be one of those things I'd just have to try for myself, and fortunately Linode does make that easy to do. I'll spin things up and take a look.