2.0.206 Memory Leak when AUTO_COMPACT_FILL_RATE=0 and REUSE_SPACE=false
25 views
Skip to first unread message
Chin Wei Low
unread,
Jan 16, 2022, 12:55:23 PM1/16/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to H2 Database
Hi,
I have a long running process that open a H2 db with AUTO_COMPACT_FILL_RATE=0 and REUSE_SPACE=false which has record inserting into multiple tables and after some time, the heap memory increase. I dump the heap and find out chunksToC of MVStore is occupying a lot of memory.