Re: Working towards a release

2005-11-09 Thread Jean T. Anderson
Noel J. Bergman wrote: Serge, Noel J. Bergman wrote I am still concerned about the Derby related crash that I saw earlier. Anyone have a clue? And is there anything that we need to do to cleanly shut Derby down? I'm at -0 over using Derby at this point. Well, we aren't talking about

RE: Working towards a release

2005-11-09 Thread Daniel Perry
> AFAIK if it has it's own virtual machine (so it's in network mode) and if has > more than 64MB it can gracefully handle such situations. The problem is that under > 64MB it can do to much for such situations - it's like an IDE that doesn't do well > without a minimal size :). see below... > No

Re: Problems using Derby for stores

2005-11-09 Thread Daniel John Debrunner
Bernd Fondermann wrote: > I set up a local test environment and eventually saw > (a) OutOfMemorys (but only after a longer period of time, with -Xmx64M) It may be that the Derby page cache is too big for this memory size. By default the page cache is 1000 pages, and the default page size is 4k. H