MySQL Forums
Forum List  »  Newbie

Re: Not enough memory to allocate insert buffer of size 1073741824
Posted by: Xin Li
Date: August 04, 2014 02:04PM

It seems like we have the same issue as the bolow:

http://forums.mysql.com/read.php?10,565211,565509#msg-565509

in that ticket, you made some commends. can you please take a look at the above thread.

By the way, I doubled bulk_insert_buffer_size:


set global bulk_insert_buffer_size=2147483648;

I got the same issue.

Thank you for your time.

Options: ReplyQuote


Subject
Written By
Posted
Re: Not enough memory to allocate insert buffer of size 1073741824
August 04, 2014 02:04PM


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.