Hi, > So I switched to Blob - but I still have 53M tied up after my commit.
Could you run this query and post the result? SELECT * FROM INFORMATION_SCHEMA.SETTINGS (I'm mainly interested in the H2 version, and the cache size). Could you try to find out what inside the PageStore is using that much memory? Probably it's the cache, but just to be sure. To find out, run: jps -l (to get the process id) jmap -histo <pid> (to get the the object list) 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.
