on 5/14/01 1:43 AM, "David Meaker" <[EMAIL PROTECTED]> wrote:

> I have a requirement to process a set of 200,000 records in a batch process.
> Using peers I get an out of memory error when I doSelect().  I assume a
> 200,000 element vector is created which stretches the resources on this
> machine I am using.  Can one use peers to do this or should I be digging
> into Village.
> 
> thanks in advance.
> 
> Dave Meaker  

Three options:

#1. Increase the memory of the JVM heap and continue to use Peers.
#2. Go with Village directly.
#3. Go with JDBC directly.

Note: with #2 and #3 you might still need to increase the JVM heap.

-jon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to