Hi all, Thanks for all your help, guys. We've been tracking the problem with memory dumps for a while now, and it seems it's not related to H2. It just sucks when you introduce a variable like H2 into a working system, and something unrelated blows up. If we later come around to H2 as the culprit, I'll post the info from the mem dumps.
Andres On Sep 30, 3:57 pm, Thomas Mueller <[email protected]> wrote: > Hi, > > Could you get a heap histogram: > > jps -l > jmap -histo <pid> > > and the post the result? Also, what is your database URL, do you use > any special settings, and which version of H2 do you use? > > Regards, > Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
