Ok, I tried the split and got the same error on the same machines (insuff resources).
Yes, I do set the java heap size. The problem is not JVM running out of memory, but rather it seems that there is a slow memory leak from the JVM to the OS into the nonpaged Kernel and eventually there is not enough memory left that the database requires during the page loads. So the machines with smaller Kernel sizes run out before the connection establishes. Do you think it would make a difference if I did not run the database in embedded mode but rather as a local server? Or is the page IO the same when establishing a connection? -- 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.
