Occasionally when inserting I get the error message SEVERE: java.lang.OutOfMemoryError: Java heap space Any clues how to track down when&where it's happening? Or any good way I can get better clues how to track it down?
I'm doing inserts of about 1000 documents at a time between commits. Would doing a smaller number avoid this problem. Or, better - any way I can calculate how many docs I can insert in a batch without triggering this?