[Bug debuginfod/31103] periodically malloc_trim()

2024-03-12 Thread dichen at redhat dot com
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_

[Bug debuginfod/31103] periodically malloc_trim()

2024-03-12 Thread fche at redhat dot com
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