https://sourceware.org/bugzilla/show_bug.cgi?id=31103
--- Comment #4 from Di Chen ---
@fche, @mjw, @amerey
I don't have many clue about how to debug/measure this memory fluctuation
problem.
What I did:
1) use GDB to check the call graph.
thread_main_groom -> groom
-> sqlite3_db_
https://sourceware.org/bugzilla/show_bug.cgi?id=31103
--- Comment #5 from Frank Ch. Eigler ---
Yeah, not surprised that there are no leaks. What this malloc_trim() and the
preceding sqlite3_db_release_memory() calls are supposed to do is to release
memory back to the operating system. So perhap