SQLiteCpp icon indicating copy to clipboard operation
SQLiteCpp copied to clipboard

loop inert and delete, the Active(file) of memory will Abnormal increase

Open SimonsSoft opened this issue 2 years ago • 0 comments

Test case:

  1. Insert 1000 records, every record have 8192 Byte blob data;
  2. sleep 30;
  3. get and delete record one by one.

issue: the database file only 8.4 M size,But memory free decrease ~600M. before: image after: image

Thank You!

SimonsSoft avatar Dec 05 '23 07:12 SimonsSoft