I am using the H2 with embedded mode. I open h2 connection, use it to insert some values and close it (the data is lost after close but it is OK for me).
After I close it H2 instance are still in the heap as I described in https://groups.google.com/forum/#!topic/h2-database/MxhVJvFlWAE The problem is that the instances in the heap keep on going up after I use it. Below is the screenshot in each time I use it. The ValueTimestamp object goes from 978 to 1022 whereas ValueInt, ValueLong keep the same. Can anyone tell me why ValueTimestamp is so strange? I just curious if there is memory leak in ValueTimestamp instance. <https://lh4.googleusercontent.com/-kBF4Etom_xY/UgTblvw5M4I/AAAAAAAABFk/bBWZGZIPmw4/s1600/Java+VisualVM_004.png> <https://lh4.googleusercontent.com/-10HUiAoG5qA/UgTbjBH3nXI/AAAAAAAABFc/OdsH8WU6x8I/s1600/Java+VisualVM_003.png> <https://lh3.googleusercontent.com/-EfW9xxlOwJY/UgTbeqo4LQI/AAAAAAAABFU/V_vIbqdPk7A/s1600/Java+VisualVM_002.png> -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
