MySQL Forums
Forum List  »  Newbie

Re: Not enough memory to allocate insert buffer of size 1073741824
Posted by: Rick James
Date: August 13, 2014 11:24AM

Digging deeper...

What about max_allowed_packet (GLOBAL and SESSION)?
(32M may be a reasonable size)
And max_long_data_size ? (It has been removed in newer versions.)
What version of MySQL are you running?

Does Workbench have any tunables that are currently set to 1G?

Are you running on an Operating System (or VM) that can restrict the amount of memory each process can use? And is that limit set to something like 1G (or less) for Workbench (or for all processes)? 32-bit FreeBSD used to have a default of 512M.

Are you inserting large BLOB/TEXT fields? How big might the be?
Are you using Workbench to copy a particular table when this error occurs? For that table, please provide the table schema:
SHOW CREATE TABLE

Options: ReplyQuote


Subject
Written By
Posted
Re: Not enough memory to allocate insert buffer of size 1073741824
August 13, 2014 11:24AM


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.