Hi,
> // connection = DriverManager.getConnection("jdbc:h2:tcp://
> localhost/" + path + ";CACHE_SIZE=512000", "sa", "");
The cache size is quite large. Could you try if it works using the
default cache size? And if yes, if it works using 128000. I would
probably not use a higher value (I don't think it will help
performance a lot).
> java -Xms256m -Xmx900m -jar EvoClient.jar
Could you try with a lower value, for example:
java -Xmx256m -jar EvoClient.jar
I'm not saying what you have used is wrong, I just like to find out if
using lower value solves the problem.
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.