Re: Out of memory error

2010-11-04 Thread Johan De Meersman
Out of your 4 gigabyte of memory, you allocate 2G to the innodb pool. Assuming you're using mostly innoDB, that's good. Say there's also about 300M allocated to the OS - assuming a dedicated server; that leaves about 1.7G for non-InnoDB operations. You have configured your server for 500 connectio

Re: Out of memory error

2010-11-03 Thread Sharl.Jimh.Tsin
upgrade to the lastest MySQL 5.1.x branch GA and try again. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2010/11/4 κΉ€μˆ˜μ˜ : > Dear MySQL users, > > I got an "Out of memory" error message on server yesterday. > I restarted mysqld, and everything was go back to normal and

Re: out of memory error and update problem

2004-03-25 Thread gerald_clark
Chip Wiegand wrote: When running mysql from the command line (Putty terminal) and trying to do some updates the updates fail. First the query I am running - mysql> update warranty_temp, warranty_old set warranty_old.OwnerName=warranty_temp.OwnerName where warranty_old.WarrantyID between 75 a