Hi, >> There is no easy way to measure the resource consumption for each >> session individually, however some values (specially info.CACHE_SIZE) >> of this database are available using SELECT * FROM >> INFORMATION_SCHEMA.SETTINGS. I'm worried about last change log notice of CACHE_SIZE using half of JVM -Xmx. For deploying webapps to tomcat with and H2 database embeded it's important to know database's memory consumption in the worst case to adjunt the -Xmx on the JMV that start tomcat, since the same jvm must allocate resources for it self + webapps + h2db.
I will try to dig this with jvm instrumentation on a running instance. regards, Dario. -- 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.
