|
|
|
| Re: Help needed in Innodb buffer pool size increase issue [message #182 is a reply to message #167 ] |
Wed, 20 September 2006 07:58  |
Peter Messages: 405 Registered: August 2006 |
Senior Member Super Guru |
|
|
Different Linux versions (and even Kernels) may have different amount of memory allowed for user process. 4GB of address space can be split in 2:2 1:3 and some other configurations.
Some address space is also taken by the libraries.
Do you have any other variables large like key_buffer or query_cache ?
Normally on 1:3GB split with static binary (having GLIBC 2.2 which limits memory allocation to 2GB) I was able to get innodb buffer pool about 1.7GB or so.
I'm not sure why is it different in your case.
Peter Zaitsev, MySQL Performance Expert
MySQL Performance Blog - http://www.mysqlperformanceblog.com
MySQL Consulting http://www.mysqlperformanceblog.com/mysql-consulting/
|
|
|