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

Re: Out of memory (Needed xxx ...

2006-04-27 Thread Carlos Proal
on? Also, wouldn't I get 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 mem

RE: Out of memory (Needed xxx ...

2006-04-26 Thread Robert DiFalco
rt 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 t

Re: Out of memory (Needed xxx ...

2006-04-26 Thread Carlos Proal
r. > > > -Original Message- > From: Carlos Proal [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 26, 2006 4:53 PM > Cc: mysql@lists.mysql.com > Subject: Re: Out of memory (Needed xxx ... > > Hi Robert, are you using the extended parameters to increase t

RE: Out of memory (Needed xxx ...

2006-04-26 Thread Robert DiFalco
: Out of memory (Needed xxx ... 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

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 th

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 L