MySQL Forums
Forum List  »  MySQL Workbench

Re: Not enough memory to allocate insert buffer of size 1073741824
Posted by: Juan Rene Ramirez Monarrez
Date: August 21, 2014 12:21PM

The size of the insert buffers is determined by the max_packet_size variable on the target MySQL Server.

The problem here is that you have 1 GB configured for that variable and this is clearly causing the issue, plus the fact that WB is 32 bits too.

For now the only option I see is lowering the value of that variable and try.

BTW: WB 6.2 Beta is out and starting this version there will be 64 bit binaries.

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.