[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Re: Out Of Memory?



> During a checkout of a (very) large project I get:
> 
> Exception occurred during event dispatching:
> java.lang.OutOfMemoryError

(Just a wild guess.
I got this error often when trying to reuse StringBuffers and
setting their size to zero.)

Try increasing the heap size for jCVS in the java call (parameter -mx on
Unix)

Cheers,
 Jochen