[Akonadi] [Bug 423575] Akonadi server reproducibly eats ∞ memory (possibly in Akonadi::Server::Connection::handleIncomingData() [connection.cpp:274])

Daniel Vrátil bugzilla_noreply at kde.org
Sun Jun 28 20:33:54 BST 2020


https://bugs.kde.org/show_bug.cgi?id=423575

--- Comment #5 from Daniel Vrátil <dvratil at kde.org> ---
Could you please check that you have the "Debugger" disabled in Akonadi
Console? When the "Debugger" option is enabled, it causes the Server to
generate a lots of debugging string data and send them over dbus.

The "Debugger" option gets persisted in Akonadi Server for now, so even if you
close Akonadi Console, the Akonadi Server will continue generating the data.
I'll adjust the code to not persist the debugger accross Akonadi restarts.

Anyway, that's what I see in the 20.04 screenshots, but that's just lots of
temporary allocations, not the leaks.

The leaks visible in the 18.04 heaptrack are related to QueryCache, which has
been overhauled in 20.04. So I suspect what you are seeing on 18.04 is already
fixed, and what you are seeing in 20.04 is either related to the Debugger being
enabled and/or the real culprit is not shown on the screenshots.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list