MySQL Forums
Forum List  »  NDB clusters

Re: ERROR 1114 (HY000): The table '#sql-414_3d' is full
Posted by: Jonathan Stephens
Date: March 11, 2015 06:44AM

You can get Perl for Windows at https://www.perl.org/get.html. You have a couple of choices--ActiveState Perl will do fine.

In the meantime, try something like this in your config.ini file:

DataMemory=400M
IndexMemory=100M

You'll need to do a rolling restart of the cluster for the changes to take effect--or you can just shut down the cluster and start it up again after you make the changes, since you don't need to worry about keeping it online at this point.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

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.