Re: java collections api + out of memory on load -
05-03-2006
, 09:54 PM
Hi,
Out-of-memory errors can be caused by lots of things. The first thing
to do is to run "db_stat -e" in your environment directory, and look at
the cache and locking regions to see whether some resource has been
exhausted.
Also check how much cache you have allocated, the amount of memory
available to the JVM, and so on. The defaults are quite conservative
and shouldn't cause problems, but if you've allocated a bigger cache
than you have memory for (for example), that could cause problems.
Regards,
Michael. |