MySQL Forums
Forum List  »  MySQL Workbench

Re: Not enough memory to allocate insert buffer of size 1073741824
Posted by: Shane Bester
Date: August 16, 2014 04:56AM

bulk_insert_buffer_size is not used for innodb, so don't bother with it.
InnoDB would benefit most from increasing innodb_buffer_pool_size.

See
https://dev.mysql.com/doc/refman/5.6/en/server-system-variables.html#sysvar_bulk_insert_buffer_size

And:


http://dev.mysql.com/doc/refman/5.6/en/optimizing-innodb.html

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.