On 10/1/05, David Sparks <[EMAIL PROTECTED]> wrote:
> So what was the setting below that was tanking mysql performance?  I
> suspect that "innodb_log_buffer_size=32M" was the culprit.

I think that tripling your buffer pool did the job. :)
Also I'd revert innodb_additional_mem_pool_size and
innodb_log_buffer_size, cause those are allocated only once, and looks
like you have enough memory for bigger values.

--
Alexey Polyakov

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to