Bug#921535: Some patches for Akonadi

2019-02-06 Thread Sandro Knauß
Ah short report, why those patches are needed. Without the patches all DB requests will pile up in RAM and Akonadi will use more and more RAM with time. Keeping the query around in the caches cause them to use insane amount of memory, if the last query happened to return a lot of results.

Bug#921535: Some patches for Akonadi

2019-02-06 Thread Mario Fux
Package: akonadi-server Version: 4:18.08.3-1 hefee asked me to write this report to remind him (if it's not already to late) about two patches for akonadi-server: ttps://cgit.kde.org/akonadi.git/commit/? id=089ee6959fcdbe7d94ce0227c3348f1ecc70053d Call QSqlQuery::finish() on all SELECT queries