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

Out of memory error

2010-11-03 Thread 김수영
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 now is fine. It happened already twice in this weekend even. But I don't know what's wrong. Server has QuadCore Xeon CPU, 4G ECC RAM

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Graham Dunn
Ronan Lucio wrote: > > Graham, > > > I was under the impression that in FreeBSD 5, you didn't need to change > > the kernel, just the entry in /boot/loader.conf... > > Even if you use kern_securelevel="1"? > > Ronan > I'm running kern.securelevel: -1 Graham -- MySQL General Mailing List For lis

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Ronan Lucio
Graham, I was under the impression that in FreeBSD 5, you didn't need to change the kernel, just the entry in /boot/loader.conf... Even if you use kern_securelevel="1"? Ronan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.c

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Graham Dunn
Ronan Lucio wrote: > > Graham, > > > /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes) > > when dumping table `Attachments` at row: 24285 > > Did you changed the values of MAXDSIZ in the kernel file? > > I use this: > > options MAXDSIZ=(1536UL*1024*1024) > > for MySLQ

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Ronan Lucio
Graham, /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes) when dumping table `Attachments` at row: 24285 Did you changed the values of MAXDSIZ in the kernel file? I use this: options MAXDSIZ=(1536UL*1024*1024) for MySLQ can you up to 1,5 Gb of RAM memory. I r

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Graham Dunn
Gerald L. Clark wrote: > Graham Dunn wrote: >> The error: >> >> /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes) >> when dumping table `Attachments` at row: 24285 >> >> Platform details: >> >> Client: >> >> mysqldump Ver 10.9 Distrib 4.1.12, for portbld-freebsd5.3 (i386) >>

Re: mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Gerald L. Clark
Graham Dunn wrote: The error: /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes) when dumping table `Attachments` at row: 24285 Platform details: Client: mysqldump Ver 10.9 Distrib 4.1.12, for portbld-freebsd5.3 (i386) # /usr/local/bin/mysqldump -u dba -h seisei -p rt3

mysqldump on Freebsd 5 -- out of memory error

2007-02-13 Thread Graham Dunn
The error: /usr/local/bin/mysqldump: Error 5: Out of memory (Needed 14154840 bytes) when dumping table `Attachments` at row: 24285 Platform details: Client: mysqldump Ver 10.9 Distrib 4.1.12, for portbld-freebsd5.3 (i386) # /usr/local/bin/mysqldump -u dba -h seisei -p rt3 --set-variable=max_a

Re: mysql-test-run --> func_compress failed with out of memory error...

2005-11-25 Thread Joerg Bruehe
Hi Scott, all! Scott Fletcher wrote: Hi! I am in the process of upgrading the machine with everything to a newer versions. This time, I'm getting rid of the IBM DB2 as it won't be there. So, I downloaded the MySQL 64 bits for the AIX and extracted it there. The AIX server us

mysql-test-run --> func_compress failed with out of memory error...

2005-11-23 Thread Scott Fletcher
Hi! I am in the process of upgrading the machine with everything to a newer versions. This time, I'm getting rid of the IBM DB2 as it won't be there. So, I downloaded the MySQL 64 bits for the AIX and extracted it there. The AIX server use 64 bits kernel and Enhanced Journal File

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

out of memory error and update problem

2004-03-24 Thread Chip Wiegand
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 and 100 AND warranty_tem

Re: "Can't open privilege tables: Out of memory" error

2003-09-27 Thread Paul DuBois
At 11:14 -0700 9/25/03, [EMAIL PROTECTED] wrote: >Description: bin/mysqld_safe --user=mysql fails with the following error (from data/host.err file) 030925 10:58:58 mysqld started 030925 10:58:59 InnoDB: Started 030925 10:58:59 Fatal error: Can't open pri

"Can't open privilege tables: Out of memory" error

2003-09-26 Thread jrapp
>Description: bin/mysqld_safe --user=mysql fails with the following error (from data/host.err file) 030925 10:58:58 mysqld started 030925 10:58:59 InnoDB: Started 030925 10:58:59 Fatal error: Can't open privilege tables: Out of mem

Out of memory error

2002-11-21 Thread Steve Rickard
What causes the following error and what can I do to keep it from happening. mysql:Out of memory (Needed 5961744 bytes) The number of bytes needed varies. The error sometimes occurs when sending a large number of INSERT requests using batch mode, e.g., mysql -u user -h hostid < file.with.lots.o