MySQL Forums
Forum List  »  Newbie

Re: ERROR 1037: Out of memory. Restart daemon and try again (needed 65528 bytes)
Posted by: peter pilsl
Date: August 10, 2007 02:00AM

SOLVED !!

I changed/increased the following settings in my.cnf

key_buffer = 128K
max_allowed_packet = 256M
table_cache = 4
sort_buffer_size = 512K
net_buffer_length = 16K
thread_stack = 512K

propably it was the sort_buffer_size

thnx

Options: ReplyQuote


Subject
Written By
Posted
Re: ERROR 1037: Out of memory. Restart daemon and try again (needed 65528 bytes)
August 10, 2007 02:00AM


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.