[GENERAL] java.lang.OutOfMemoryError

2005-03-20 Thread Suma Bhat
Hi,
I'm need to be able to insert a byte[] of size upto 25MB.
With Heap size upto 512m this is failing, with a java.lang.OutOfMemoryError

Any help resolving this issue will be greatly appreciated.

Thanks,
Suma




---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [GENERAL] java.lang.OutOfMemoryError

2005-03-20 Thread Kris Jurka


On Tue, 15 Mar 2005, Suma Bhat wrote:

 I'm need to be able to insert a byte[] of size upto 25MB.
 With Heap size upto 512m this is failing, with a java.lang.OutOfMemoryError
 

You need to use an 8.0 JDBC driver and a 7.4 or 8.0 server.

Kris Jurka


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])