error 1041: Out of memory;

2012-02-28 Thread Shafi AHMED
Dear All, I am getting below errors intermittently.. this is all of a sudden messages where the queries generated causing the prob...memory seems to be fine. pls assist [28-Feb-2012 15:54:05] MySQL error 1041: Out of memory; Check if mysqld or some other process uses all available memory

Re: error 1041: Out of memory;

2012-02-28 Thread Mihamina Rakotomandimby
On 02/28/2012 03:34 PM, Shafi AHMED wrote: pls assist - please give more information (OS, ...) - you can search the web with -- ulimit more memory -- mysql you-os increase memory -- mysql you-os increase memory ulimit -- mysql configuration memory -- ... -- RMA. -- MySQL General Mailing

Re: Out of memory error

2010-11-04 Thread Johan De Meersman
query. 8M * 500 connections = 2G. Do you see where this is going ? :-) Not every connection will need to allocate join or sort buffers, but it may be well worth to see what's happening on your server when you get these out of memory errors, and maybe you can optimize some queries to use indices

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, 2G x 49(ea) ibdata files

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 김수영 old...@posbank.co.kr: Dear MySQL users, I got an Out of memory error message on server yesterday. I restarted mysqld, and everything was go

Re: mysqldump: Error 5: Out of memory

2008-10-24 Thread Moon's Father
at 12:26 PM, Uma Bhat [EMAIL PROTECTED] wrote: Hey Guys! I have been googling a lot on this error and read various suggestions. But havnt found an appropriate solution yet. I get this error while taking mysqldump of an InnoDB table (say mytable) mysqldump: Error 5: *Out of memory

mysqldump: Error 5: Out of memory

2008-10-02 Thread Uma Bhat
Hey Guys! I have been googling a lot on this error and read various suggestions. But havnt found an appropriate solution yet. I get this error while taking mysqldump of an InnoDB table (say mytable) mysqldump: Error 5: *Out of memory (Needed 632894352 bytes) when dumping table `mytable` at row

Re: mysqldump: Error 5: Out of memory

2008-10-02 Thread Krishna Chandra Prajapati
. But havnt found an appropriate solution yet. I get this error while taking mysqldump of an InnoDB table (say mytable) mysqldump: Error 5: *Out of memory (Needed 632894352 bytes) when dumping table `mytable` at row: 484911* *current my.cnf settings:* innodb_buffer_pool_size

Re: NOT [solved] Re: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-05-24 Thread Moon's Father
You can manually restart the slave process. On Wed, May 21, 2008 at 9:11 PM, Dominik Klein [EMAIL PROTECTED] wrote: Hello mysql list I posted this problem to the list earlier this month: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5) I was then told

Re: NOT [solved] Re: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-05-24 Thread Dominik Klein
] mailto:[EMAIL PROTECTED] wrote: Hello mysql list I posted this problem to the list earlier this month: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5) I was then told to upgrade to the newest version, which I did and which seemed

NOT [solved] Re: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-05-21 Thread Dominik Klein
Hello mysql list I posted this problem to the list earlier this month: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5) I was then told to upgrade to the newest version, which I did and which seemed to solve the problem. Today, I got this in my log

Re: [solved] Re: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-05-20 Thread Moon's Father
the error since. Thanks Dominik Juan Eduardo Moreno wrote: Hi, This error occur when slave servers could incorrectly interpret an out-of-memory error from the master and reconnect using the wrong binary log position. This was fix in 5.0.48 version. Please, try to update your version

[solved] Re: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-05-09 Thread Dominik Klein
interpret an out-of-memory error from the master and reconnect using the wrong binary log position. This was fix in 5.0.48 version. Please, try to update your version ( from 5.0.45) of mysql and try again. regards, Juan -- MySQL General Mailing List For list archives: http://lists.mysql.com

Re: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-04-29 Thread Dominik Klein
Francisco Rodrigo Cortinas Maseda wrote: Hi, I have experienced similar problems to the one you have; the problem you have is that the time gap between the failure and now is so big that you cannot resume replication, because of the big data portion you have to replicate. Well, that was

Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-04-28 Thread Dominik Klein
Hi in a 5.0.45 linux master-master replication setup, I see the error message from the subject every now and then. Sometimes it does not happen for a couple of months, then it happens a couple of times a day. I cannot see any network problems otherwise, and a memtest did not bring up any

Re: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-04-28 Thread Dominik Klein
| ++--+ 1 row in set (0.00 sec) Here's an excerpt from the logs. It does not look like that value is involved in this: 080428 13:07:04 [ERROR] Error reading packet from server: Out of memory (Needed 2704 bytes) ( server_errno=5) 080428 13:07:04 [Note] Slave I/O thread: Failed reading log event

RE: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-04-28 Thread Francisco Rodrigo Cortinas Maseda
on the command start slave (see manual). This worked fine to me. Regards. -Mensaje original- De: Dominik Klein [mailto:[EMAIL PROTECTED] Enviado el: lunes 28 de abril de 2008 16:28 Para: mysql@lists.mysql.com Asunto: Re: Error reading packet from server: Out of memory (Needed 6560 bytes

Re: Error reading packet from server: Out of memory (Needed 6560 bytes) ( server_errno=5)

2008-04-28 Thread Juan Eduardo Moreno
Hi, This error occur when slave servers could incorrectly interpret an out-of-memory error from the master and reconnect using the wrong binary log position. This was fix in 5.0.48 version. Please, try to update your version ( from 5.0.45) of mysql and try again. regards, Juan On 4/28/08

Re: “Out of memory; check if mysqld or some other process uses all available memory;” error

2007-10-04 Thread Krishna Chandra Prajapati
Hi, Configure my.cnf in such a way so that it uses 3.5 GB of physical memory. Please check max_connecions. Out of memory problem also occur due to lots of connections Thanks Krishna On 9/27/07, Amarnath Shivashankar [EMAIL PROTECTED] wrote: We have found that the MYSQL on all Email DB servers

Re: Re: Out of memory; check if mysqld or some other process uses all available memory; error

2007-10-03 Thread amarnath.shivashankar
buffers/cache 2605 1448 swap: 4094 150 3943 Please help me out to change the parameter values Regards, Amarnath S Amarnath Shivashankar wrote : We have found that the MYSQL on all Email DB servers starts throwing Out of memory; check if mysqld or some other

“Out of memory; check if mysqld or some other process uses all available memory;” error

2007-09-27 Thread Amarnath Shivashankar
We have found that the MYSQL on all Email DB servers starts throwing Out of memory; check if mysqld or some other process uses all available memory; error. The error goes once we restart MySQL. But after a week again the same problem occurs. We have 4 GB of physical memory on the server but Mysql

Re: “Out of memory; check if mysq ld or some other process uses all availab le memory;” error

2007-09-27 Thread Mathieu Bruneau
Amarnath Shivashankar a écrit : We have found that the MYSQL on all Email DB servers starts throwing Out of memory; check if mysqld or some other process uses all available memory; error. The error goes once we restart MySQL. But after a week again the same problem occurs. We have 4 GB

Re: run out of memory

2007-08-15 Thread Michael Dykman
OS is 64bit or not. Gu Lei -原始邮件- 发件人: Jen mlists [mailto:[EMAIL PROTECTED] 发送时间: 2007年8月15日 9:46 收件人: mysql@lists.mysql.com 主题: Re: run out of memory 2007/8/15, B. Keith Murphy [EMAIL PROTECTED]: What operating system are you running and is it 32 or 64 bit? Thanks

Re: run out of memory

2007-08-15 Thread Mark Leith
Michael Dykman wrote: As most 64 bit libraries declare their 64-bitness clearly int heir names, I think that there is a very high chance that you have built yourself a 32-bit database in which case 4G is the limit of the known universe. On 8/14/07, Gu Lei(Tech) [EMAIL PROTECTED] wrote:

Re: run out of memory

2007-08-15 Thread Baron Schwartz
Mark Leith wrote: And in practice, a 32bit binary is actually limited to around ~2.5-2.7G, rather than a full 4G. What are the practical memory limits for 64-bit binaries? I have heard that MySQL's indexing code is only 32-bit safe anyway, and I assume for example the MyISAM key buffers can

Re: run out of memory

2007-08-15 Thread Mark Leith
Baron Schwartz wrote: Mark Leith wrote: And in practice, a 32bit binary is actually limited to around ~2.5-2.7G, rather than a full 4G. What are the practical memory limits for 64-bit binaries? I have heard that MySQL's indexing code is only 32-bit safe anyway, and I assume for example the

Re: run out of memory

2007-08-15 Thread Mark Leith
Baron Schwartz wrote: Mark Leith wrote: And in practice, a 32bit binary is actually limited to around ~2.5-2.7G, rather than a full 4G. What are the practical memory limits for 64-bit binaries? I have heard that MySQL's indexing code is only 32-bit safe anyway, and I assume for example the

Re: run out of memory

2007-08-15 Thread B. Keith Murphy
@lists.mysql.com Sent: Wednesday, August 15, 2007 12:51:19 PM (GMT-0500) America/New_York Subject: Re: run out of memory Baron Schwartz wrote: Mark Leith wrote: And in practice, a 32bit binary is actually limited to around ~2.5-2.7G, rather than a full 4G. What are the practical memory limits

Re: run out of memory

2007-08-15 Thread B. Keith Murphy
: Wednesday, August 15, 2007 12:27:14 PM (GMT-0500) America/New_York Subject: Re: run out of memory Mark Leith wrote: And in practice, a 32bit binary is actually limited to around ~2.5-2.7G, rather than a full 4G. What are the practical memory limits for 64-bit binaries? I have heard that MySQL's

run out of memory

2007-08-14 Thread Jen mlists
Hello, My server box has 8G memory and 8CPU (DELL Standard Server),when I configure Mysql server (5.0.45) using large memory,mysqld would say it run out of memory. For example,when this line appear in my.cnf, key_buffer = 4000M mysqld can't startup.When I change it to, key_buffer = 2560M

Re: run out of memory

2007-08-14 Thread B. Keith Murphy
What operating system are you running and is it 32 or 64 bit? Keith - Original Message - From: Jen mlists [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Tuesday, August 14, 2007 2:35:34 AM (GMT-0500) America/New_York Subject: run out of memory Hello, My server box has 8G

Re: run out of memory

2007-08-14 Thread Jen mlists
2007/8/15, B. Keith Murphy [EMAIL PROTECTED]: What operating system are you running and is it 32 or 64 bit? Thanks for the reply. Here is my OS info: $ uname -r 2.6.9-42.ELsmp $ cat /etc/redhat-release Red Hat Enterprise Linux AS release 4 (Nahant Update 4) Yes I think it's 64bit OS. The CPU

re: run out of memory

2007-08-14 Thread Gu Lei(Tech)
try: uname -a to see if your OS is 64bit or not. Gu Lei -原始邮件- 发件人: Jen mlists [mailto:[EMAIL PROTECTED] 发送时间: 2007年8月15日 9:46 收件人: mysql@lists.mysql.com 主题: Re: run out of memory 2007/8/15, B. Keith Murphy [EMAIL PROTECTED]: What operating system are you running and is it 32 or 64

Re: mysqldump running out out of memory

2007-05-23 Thread fredrik
Atle Veka wrote: Have you tried this flag? -q, --quick Don't buffer query, dump directly to stdout. On Sun, 29 Apr 2007, Fredrik Carlsson wrote: Hi, I have a problem with mysqldump, its exiting with the message mysqldump: Error 5: Out of memory (Needed 22042208 bytes) when dumping

Re: mysqldump running out out of memory

2007-05-22 Thread Linuxinfoplus
Atle Veka wrote: Have you tried this flag? -q, --quick Don't buffer query, dump directly to stdout. On Sun, 29 Apr 2007, Fredrik Carlsson wrote: Hi, I have a problem with mysqldump, its exiting with the message mysqldump: Error 5: Out of memory (Needed 22042208 bytes) when dumping table

Re: mysqldump running out out of memory

2007-05-01 Thread Atle Veka
Have you tried this flag? -q, --quick Don't buffer query, dump directly to stdout. On Sun, 29 Apr 2007, Fredrik Carlsson wrote: Hi, I have a problem with mysqldump, its exiting with the message mysqldump: Error 5: Out of memory (Needed 22042208 bytes) when dumping table

Re: mysqldump running out out of memory

2007-05-01 Thread Fredrik Carlsson
: Have you tried this flag? -q, --quick Don't buffer query, dump directly to stdout. On Sun, 29 Apr 2007, Fredrik Carlsson wrote: Hi, I have a problem with mysqldump, its exiting with the message mysqldump: Error 5: Out of memory (Needed 22042208 bytes) when dumping table `theTable

mysqldump running out out of memory

2007-04-29 Thread Fredrik Carlsson
Hi, I have a problem with mysqldump, its exiting with the message mysqldump: Error 5: Out of memory (Needed 22042208 bytes) when dumping table `theTable` at row: 2990911 I have searched the archives and tried what people suggested but nothing seems to work, I'm dumping using the following

Re: HPUX out of memory errors - kernel tuning?

2007-04-04 Thread Mathieu Bruneau
table 'XLDEFN_IN' In addition, I see at MySQL startup (in the mysql err log), a number of, /usr/local/mysql/bin/mysqld: Out of memory (Needed 368389120 bytes) /usr/local/mysql/bin/mysqld: Out of memory (Needed 276289536 bytes) My /etc/my.cnf is set as, [client] port=3306 socket=/tmp

HPUX out of memory errors - kernel tuning?

2007-03-27 Thread Ian Collins
' In addition, I see at MySQL startup (in the mysql err log), a number of, /usr/local/mysql/bin/mysqld: Out of memory (Needed 368389120 bytes) /usr/local/mysql/bin/mysqld: Out of memory (Needed 276289536 bytes) My /etc/my.cnf is set as, [client] port=3306 socket=/tmp/mysql.sock [mysqld] port=3306 socket

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

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

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) # /usr/local/bin

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

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 can you up

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:

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 list archives:

Re: +1MB query gets Out of memory

2006-12-01 Thread nocturnal
ViSolve DB Team - Original Message - From: nocturnal [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Thursday, November 30, 2006 9:11 PM Subject: +1MB query gets Out of memory Hi A client used to get Out of memory when trying to send a query that was a bit more than 1MB. The problem

+1MB query gets Out of memory

2006-11-30 Thread nocturnal
Hi A client used to get Out of memory when trying to send a query that was a bit more than 1MB. The problem was solved when i increased query_cache to 2MB but now the problem is back and this time the line reported by the Out of memory error has a query that is just a bit over 1MB again

Re: +1MB query gets Out of memory

2006-11-30 Thread Gerald L. Clark
nocturnal wrote: Hi A client used to get Out of memory when trying to send a query that was a bit more than 1MB. The problem was solved when i increased query_cache to 2MB but now the problem is back and this time the line reported by the Out of memory error has a query that is just a bit

Re: +1MB query gets Out of memory

2006-11-30 Thread Visolve DB Team
ViSolve DB Team - Original Message - From: nocturnal [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Thursday, November 30, 2006 9:11 PM Subject: +1MB query gets Out of memory Hi A client used to get Out of memory when trying to send a query that was a bit more than 1MB. The problem

Re: Trying to understand why Select running out of memory if table not used

2006-07-12 Thread Brent Baisley
It's your MySQL client that's run out of memory, not the server. I don't know how many rows MySQL is trying to return. Probably an enormous amount since you're not sepcifying a join criteria on the data table. The number of records in the event table between '2006-05-01' AND '2006-05-15' times

Re: Trying to understand why Select running out of memory if table not used

2006-07-12 Thread Gabriel PREDA
ON event.cid=data.cid WHERE event.timestamp BETWEEN '2006-05-01' AND '2006-05-15'; ... Or ... SELECT event.cid, event.timestamp FROM event JOIN data USING(cid) WHERE event.timestamp BETWEEN '2006-05-01' AND '2006-05-15; Although that was not the issue... Maybe you ran out of memory into one

Re: Trying to understand why Select running out of memory if table not used

2006-07-12 Thread Gerald L. Clark
data USING(cid) WHERE event.timestamp BETWEEN '2006-05-01' AND '2006-05-15; Although that was not the issue... Maybe you ran out of memory into one of: max_allowed_packet net_buffer_length max_join_size Try enlarging those values... on the server also... But first try to run with '--compress

Trying to understand why Select running out of memory if table not used

2006-07-11 Thread Jacob, Raymond A Jr
, event.timestamp from event, data where mysql event.timestamp between '2006-05-01' AND '2006-05-15'; mysql: Out of memory (Needed 1477684 bytes) ERROR 2008 (HY000): MySQL client ran out of memory Obviously, that is a bad idea. I just can not figure Out how to speed the select clause

Outfile syntax and out of memory

2006-05-08 Thread Johan Lundqvist
file. I get a out of memory error after a hour or 2!! If I instead insert the following code in queryfile.sql: INTO OUTFILE 'outfile.txt' Now my outfile.txt don't get the first row with the column names, and any NULL values are exported as \N. This is a big problem, cause the import

Re: Outfile syntax and out of memory

2006-05-08 Thread Dilipkumar
queryfile.sql outfile.txt outfile.txt it looks something like: OrderID, Quant, OrdrDate, code1, code2... 10021, 12, 20060412, 23, 95... 10022, 5, 20060412, , 75... But, I never get a complete file. I get a out of memory error after a hour or 2!! If I instead insert the following code in queryfile.sql

RE: Outfile syntax and out of memory

2006-05-08 Thread George Law
- From: Johan Lundqvist [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 10:16 AM To: mysql@lists.mysql.com Subject: Outfile syntax and out of memory Hi, I need to extract some data to a textfile from a big database. If I try to do like this: mysql queryfile.sql outfile.txt

Re: Outfile syntax and out of memory

2006-05-08 Thread Johan Lundqvist
: Monday, May 08, 2006 10:16 AM To: mysql@lists.mysql.com Subject: Outfile syntax and out of memory Hi, I need to extract some data to a textfile from a big database. If I try to do like this: mysql queryfile.sql outfile.txt outfile.txt it looks something like: OrderID, Quant, OrdrDate, code1

Re: Outfile syntax and out of memory

2006-05-08 Thread Johan Lundqvist
, OrdrDate, code1, code2... 10021, 12, 20060412, 23, 95... 10022, 5, 20060412, , 75... But, I never get a complete file. I get a out of memory error after a hour or 2!! If I instead insert the following code in queryfile.sql: INTO OUTFILE 'outfile.txt' Now my outfile.txt don't get the first row

Re: Outfile syntax and out of memory

2006-05-08 Thread Jeremy Cole
a complete file. I get a out of memory error after a hour or 2!! This is because the mysql client program is trying to read the entire result into its own memory. Try adding the '-q' option to mysql: mysql -q queryfile.sql outfile.txt Regards, Jeremy -- Jeremy Cole MySQL Geek, Yahoo! Inc

Re: Out of memory (Needed xxx ...

2006-04-27 Thread Carlos Proal
a different error, i.e. Packet Too Large? From: Carlos Proal [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 4:59 PM To: Robert DiFalco Cc: mysql@lists.mysql.com Subject: Re: Out of memory (Needed xxx ... And whats the size of your

RE: Out of memory (Needed xxx ...

2006-04-27 Thread Robert DiFalco
:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 11:31 AM To: Robert DiFalco Cc: mysql@lists.mysql.com; [EMAIL PROTECTED] Subject: Re: Out of memory (Needed xxx ... As far as i remember you must set that variable in order to send huge blobs, and the error message can vary because it can means

Out of memory (Needed xxx ...

2006-04-26 Thread Robert DiFalco
Getting this error from JDBC while inserting a VERY large VARBINARY or MEDIUMTEXT field, ~250MB. I'm guessing this is an error from the server? Is there a way to have the server start streaming to disk sooner with a LOB? Is there a property I'm not setting? TIA, R. -- MySQL General Mailing

Re: Out of memory (Needed xxx ...

2006-04-26 Thread Carlos Proal
Hi Robert, are you using the extended parameters to increase the jvm heap memory ? ie. java -Xms256m -Xmx512m Carlos On 4/26/06, Robert DiFalco [EMAIL PROTECTED] wrote: Getting this error from JDBC while inserting a VERY large VARBINARY or MEDIUMTEXT field, ~250MB. I'm guessing this

RE: Out of memory (Needed xxx ...

2006-04-26 Thread Robert DiFalco
I am, the java heap is set to 2G. But I don't think it is my java process that is running out of memory, I believe it is the MySQL server. -Original Message- From: Carlos Proal [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 4:53 PM Cc: mysql@lists.mysql.com Subject: Re: Out

Re: Out of memory (Needed xxx ...

2006-04-26 Thread Carlos Proal
And whats the size of your max_allowed_packet variable ? Carlos On 4/26/06, Robert DiFalco [EMAIL PROTECTED] wrote: I am, the java heap is set to 2G. But I don't think it is my java process that is running out of memory, I believe it is the MySQL server. -Original Message- From

RE: Out of memory (Needed xxx ...

2006-04-26 Thread Robert DiFalco
Cc: mysql@lists.mysql.com Subject: Re: Out of memory (Needed xxx ... And whats the size of your max_allowed_packet variable ? Carlos On 4/26/06, Robert DiFalco [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I am, the java heap is set to 2G. But I don't think it is my java

MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory

2006-03-14 Thread Tom Brown
Hi Trying to dump a complete db where 1 of the tables contains about 88 million rows - When the dump runs on the command line the following error is thrown mysqldump: Out of memory (Needed 3543176 bytes) mysqldump: Got error: 2008: MySQL client run out of memory when retrieving data from

Re: MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory

2006-03-14 Thread Prasanna Raj
on the command line the following error is thrown mysqldump: Out of memory (Needed 3543176 bytes) mysqldump: Got error: 2008: MySQL client run out of memory when retrieving data from server Is it possible to give more memory to the client when running on the command line? thanks

RE: MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory

2006-03-14 Thread Logan, David (SST - Adelaide)
To: mysql@lists.mysql.com Subject: MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory Hi Trying to dump a complete db where 1 of the tables contains about 88 million rows - When the dump runs on the command line the following error is thrown mysqldump: Out of memory (Needed 3543176 bytes

Re: MySQL mysql-max-4.0.20 - Error 2008 - MySQL client out of Memory

2006-03-14 Thread Tom Brown
Are you using the --quick option? --quick, -q This option is useful for dumping large tables. It forces mysqldump to retrieve rows for a table from the server a row at a time rather than retrieving the entire row set and buffering it in memory before writing it out. thanks both - that did

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

2005-11-25 Thread Joerg Bruehe
. [[...]] func_compress [ fail ] Errors are (from /usr/local/mysql/mysql-test/var/log/mysqltest-time) : mysqltest: At line 48: query 'select compress(repeat('aa', IF('', 10, 1000))) is null' failed: 5: Out of memory (Needed 12024 bytes) [[...]] I'm

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

2005-11-23 Thread Scott Fletcher
[ pass ] fulltext_var [ pass ] func_compress [ fail ] Errors are (from /usr/local/mysql/mysql-test/var/log/mysqltest-time) : mysqltest: At line 48: query 'select compress(repeat('aa', IF('', 10, 1000))) is null' failed: 5: Out

Re: Out Of Memory problems: One MySQL user, 86 minutes sleeping

2005-10-11 Thread Gleb Paharenko
. Using MySQL 4.1.9 on Linux FedoraCore2 (kernel 2.6.9), I'm suffering several memory problems ('Out Of Memory' problem) on my server. Playing around with my server: SHOW PROCESSLIST Id | User | Host | db | Command | Time | State | Info 20138 | user1 | localhost

Re: Out of memory (Needed 8164 bytes)

2005-10-11 Thread Gleb Paharenko
Hello. the problem is that after around 160,000 rows inserted with success , then i get Out of memory (Needed 8164 bytes) error many times. Does your program report this error or MySQL Server? Can someone give me an advice with some optimization or if something is wrong in mysql

Out of memory (Needed 8164 bytes)

2005-10-10 Thread Andrei
rows inserted with success , then i get Out of memory (Needed 8164 bytes) error many times. i will try to increase the RAM size but i don't know if this is the problem (for sure it will help , but ... ) so, i suspect that after these 160,000 rows ... the SELECT for the following records

Out Of Memory problems: One MySQL user, 86 minutes sleeping

2005-10-10 Thread thomas Armstrong
Hi. Using MySQL 4.1.9 on Linux FedoraCore2 (kernel 2.6.9), I'm suffering several memory problems ('Out Of Memory' problem) on my server. Playing around with my server: SHOW PROCESSLIST Id | User | Host | db | Command | Time | State | Info 20138 | user1 | localhost | user1_db

Re: Out of memory (Needed 8164 bytes)

2005-10-10 Thread Andrei
On Monday 10 October 2005 13:42, Hugh Sasse wrote: On Mon, 10 Oct 2005, Andrei wrote: Hi list, Hi, i have a linux server with mysql 4.1.14 and i'm trying to execute a program wich read a file with 100's tohusands lines and for every line must do a SELECT and then an INSERT .

RE: AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-20 Thread Joe Kislo
On Thu, 2005-06-16 at 21:06, Richard Dale wrote: So we have recently started stress testing Mysql on an Opteron dual CPU machine running Ubuntu Hoary. We are using the 64-bit GCC 4.0.24-standard binary from mysql. The stress test that I'm currently running on it involves inserting a

RE: AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-20 Thread Joe Kislo
On Thu, 2005-06-16 at 21:06, Richard Dale wrote: So we have recently started stress testing Mysql on an Opteron dual CPU machine running Ubuntu Hoary. We are using the 64-bit GCC 4.0.24-standard binary from mysql. The stress test that I'm currently running on it involves inserting a

Re: AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-17 Thread Gleb Paharenko
--extended-insert --quick --lock-tables --all --disable-keys Each window has as script that creates a database, imports the data, dumps the database, and repeats. After about 12 cycles (each take about an hour) mysql starts spewing these errors: ERROR 1041 at line 195: Out of memory

AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-16 Thread Joe Kislo
a database, imports the data, dumps the database, and repeats. After about 12 cycles (each take about an hour) mysql starts spewing these errors: ERROR 1041 at line 195: Out of memory; Check if mysqld or some other process uses all available memory. If not you may have to use 'ulimit' to allow mysqld

RE: AMD64 Linux MySQL Error 1041 Out of Memory

2005-06-16 Thread Richard Dale
So we have recently started stress testing Mysql on an Opteron dual CPU machine running Ubuntu Hoary. We are using the 64-bit GCC 4.0.24-standard binary from mysql. The stress test that I'm currently running on it involves inserting a large database (from a mysqldump) ... Which linux

Out of memory, mysqld got signal 6;

2005-06-03 Thread Andrew Hill
-compile MySQL without this option if it's absolutely necessary. Thanks, 050602 17:18:47 Out of memory; Check if mysqld or some other process uses all available memory. If not you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space mysqld got signal 6

Re: Out of memory, mysqld got signal 6;

2005-06-03 Thread Gleb Paharenko
. Can anyone please point me in the right direction to track down what this might be? The server has 10GB of RAM, and MySQL has been compiled with -fomit-frame-pointer. I can re-compile MySQL without this option if it's absolutely necessary. Thanks, 050602 17:18:47 Out

RE: Out of memory, mysqld got signal 6;

2005-06-03 Thread Andrew Hill
-Original Message- From: Gleb Paharenko [mailto:[EMAIL PROTECTED] Sent: 03 June 2005 12:29 To: mysql@lists.mysql.com Subject: Re: Out of memory, mysqld got signal 6; Switch to the latest release 4.1.12 (or 4.0.24). It is strongly recommended to use official binaries. Sure

Re: Out of memory, mysqld got signal 6;

2005-06-03 Thread Gleb Paharenko
Hello. This could be not exactly 4.0.21 issue, but issue of a compiler, say, if you've built MySQL manually. Sure, can do - but is this a known issue with 4.0.21? I wasn't able to find anything in the bug tracker... TIA, -- Andrew Hill Software Developer m3 Media

Re: Out of memory, but plenty of swap space left

2005-04-08 Thread Gleb Paharenko
innodb_lock_wait_timeout=3D50 long_query_time=3D30 query_cache_limit=3D1M query_cache_size=3D64M query_cache_type=3D1 max_connections=3D200 Does anyone have any suggestions as to why I'm getting out of memory errors? Do I have some of the settings wrong? If it matters, I have about

RE: Out of memory, but plenty of swap space left

2005-04-08 Thread Jon Wagoner
Heikki, Yes, I'm running MySQL on 32-bit Linux. I think maybe something had just gotten corrupted. MySQL restarted itself yesterday, with the following in the error log: 050407 16:24:49 [ERROR] Out of memory; check if mysqld or some other process uses all available memory; if not, you may

Out of memory, but plenty of swap space left

2005-04-07 Thread Jon Wagoner
query_cache_limit=1M query_cache_size=64M query_cache_type=1 max_connections=200 Does anyone have any suggestions as to why I'm getting out of memory errors? Do I have some of the settings wrong? If it matters, I have about 50GB worth of data, split between InnoDB and MyISAM tables. I last got

Re: Out of memory, but plenty of swap space left

2005-04-07 Thread Heikki Tuuri
://www.innodb.com/order.php - Original Message - From: Jon Wagoner [EMAIL PROTECTED] Newsgroups: mailing.database.myodbc Sent: Thursday, April 07, 2005 7:31 PM Subject: Out of memory, but plenty of swap space left Recently I've been getting error 1041 at times, which gives the message to update

Re: Out of memory

2004-12-29 Thread Philippe Poelvoorde
See what happens if you try it with the --quick option. This will prevent mysqldump from writing to memory before writing to the dump file. Hi, yes, it seems to work so far. Thanks for your quick reply. -- Philippe Poelvoorde COS Trading Ltd. -- MySQL General Mailing List For list archives:

Out of memory

2004-12-24 Thread Philippe Poelvoorde
Hi, mysqldump returns with this error on one of my nightly batch : mysqldump: Out of memory (Needed 8164 bytes) mysqldump: Got error: 2008: MySQL client run out of memory when retrieving data from server Fri Dec 24 00:00:22 CET 2004 Is there any way to avoid this particular error ? (bear I mind

Re: Out of memory

2004-12-24 Thread lists
Philippe Poelvoorde wrote: Hi, mysqldump returns with this error on one of my nightly batch : mysqldump: Out of memory (Needed 8164 bytes) mysqldump: Got error: 2008: MySQL client run out of memory when retrieving data from server Fri Dec 24 00:00:22 CET 2004 Is there any way to avoid

Out of Memory: Killed process mysqld

2004-09-30 Thread Ulrich Seppi
Hi people! Since I've upgraded from MySQL 4.1.0 to MySQL 4.1.5 my system keeps crashing. The only messages I see on the screen are: Out of Memory: Killed process 18440 (mysqld). Out of Memory: Killed process 18441 (mysqld). Out of Memory: Killed process 18442 (mysqld). Out of Memory: Killed

thread_stack and out of memory issues...

2004-06-21 Thread Alejandro Heyworth
help MySQL get the stack space that it expects? I changed thead_stack in my.cnf to 256k (from 192k) just to test the param out and it had no effect. 2) Out of Memory; check if mysqld or some other process uses all available memory -and- Out of memory (needed 56 bytes) These errors are usually

Out of memory on INSERT

2004-06-17 Thread J S
Hi, I have a perl script which runs a bulk insert. When I run an insert with about 100,000 lines it keels over with the following message: DBD::mysql::st execute failed: Out of memory (Needed 6100848 bytes) at ./parse.pl line 227, line 15. There is 8GB of memory on the box so I'm sure

Re: Out of memory on INSERT

2004-06-17 Thread Garth Webb
On Tue, 2004-06-15 at 08:08, J S wrote: Hi, I have a perl script which runs a bulk insert. When I run an insert with about 100,000 lines it keels over with the following message: DBD::mysql::st execute failed: Out of memory (Needed 6100848 bytes) at ./parse.pl line 227, line 15

Error: 5 - Out of memory (Needed 2298807288 bytes)

2004-04-13 Thread Terence
= 'y' AND hsm.final_closed = 'n' When I get the above error. Is the above query allowed? Has it perhaps been fixed? This is the sequence of events 1) Ran the above query 2) The server shutdown 3) Started the server again 4) I get the out of memory error Running Mysql 4.1 1Gig Ram (2 Gig SWAP) 2X

  1   2   >