Hi, > I try to run the server, I've waited for 2 hours and there's loads of > disk reads from the machine. But it will not connect. I have no idea > why.
I suggest to use "jps -l" to get the process id, and then "jstack -l <pid>" to get a few full thread dumps. > Can H2 support large databases? Yes. 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.
