Re: Java heap space

2006-04-29 Thread Yonik Seeley
On 4/29/06, Marcus Stratmann <[EMAIL PROTECTED]> wrote: Yes, on a delete operation. I'm not doing any commits until the end of all delete operations. I assume this is a delete-by-id and not a delete-by-query? They work very differently. There is some state stored for each pending delete-by-id

Re: Java heap space

2006-04-29 Thread Marcus Stratmann
Chris Hostetter wrote: > interesting .. are you getting the OutOfMemory on an actual delete > operation or when doing a commit after executing some deletes? Yes, on a delete operation. I'm not doing any commits until the end of all delete operations. After reading this I was curious if using commi