Re: [h2] Re: H2 Database Corruption Issues

2014-04-04 Thread David Anstee
Hi, We have not experienced any Out of Memory errors so far. We don't tend to receive any errors until the database is re-opened and the connection fails. I think this might be worth looking into further though as our application can sometimes require large amounts of memory for some

Re: [h2] Re: H2 Database Corruption Issues

2014-04-04 Thread Ryan How
I'm really not sure sorry. I wouldn't think it would cause an issue if it doesn't OOM. Even in the event of OOM or power outage, process killed, etc, it still should be fairly safe. Can you post about your environment, JVM version, OS, JVM startup params etc? Do you access files on a network

[h2] Re: H2 Database Corruption Issues

2014-04-03 Thread Steve McLeod
Hi David, I use H2 as an embedded database in desktop software with a substantial user base. I also occasionally get crash reports with similar errors. A few years ago this was frequent, but year after year these have been been becoming infrequent. As far as I can tell, it happens

Re: [h2] Re: H2 Database Corruption Issues

2014-04-03 Thread Ryan How
Just another note, you aren't getting Out of Memory Errors are you?. The docs say the Soft LRU cache is experimental and has been known to cause OOM? On 3/04/2014 10:29 PM, Steve McLeod wrote: Hi David, I use H2 as an embedded database in desktop software with a substantial user base. I