Version: unspecified (using KDE 4.8.0) OS: Linux I added a new remote calendar and now korgac + akonadi feeder processes start eating up memory once korgac has been started (even though I don't do anything with calendars). They each take about 1GB RAM in a few hours. Reproducible: Always Steps to Reproduce: 1) Add remote ICS calendar 2) Start korgac 3) Wait and observe memory usage of korgac Actual Results: Memory usage increases Expected Results: Memory usage stays the same
I can't reproduce here. please run korgac with: valgrind --leak-check=yes korgac --nofork &> valgrind.log and attach valgrind.log here. Be sure to be using debug symbols
Created attachment 68549 [details] korgac log file BTW, the akonadi process eating as much RAM is 'akonadi_kcal_resource'.
Created attachment 68550 [details] korgac log file Log file after ctrl+c
(In reply to comment #2) > Created an attachment (id=68549) [details] > korgac log file > > BTW, the akonadi process eating as much RAM is 'akonadi_kcal_resource'. The akonadi_kcal_resource is so you can use legacy ( kresources ) resources with akonadi. Can you try with a pure akonadi resource? akonadi_ical_resource
This is quite obscure. If I add "traditional KDE calendar", it means the legacy resource? And if I add ICS calendar, it means akonadi_ical_resource? I think I hit some other bug(s) here: 1) If I add remote ICS calendar under Akonadi resources, first the wizard does not pop up 2) If I open the configuration dialog manually and configure it, the calendar is not shown in KOrganizer. 3) If I add remote ICS in KOrganizer, nothing happens - no configuring dialog is opened. 4) The resource was still added under resources, so I could configure it, but it is still not shown in KOrganizer.
OK, the remote ICS calendar appeared after restarting maching (logging out and in did not have any effect). Memory usage is stable now. BTW, along with korgac and akonadi_kcal_resource, also memory usage of plasma-desktop increased as much. So anyway, this bug seems related to akonadi_kcal_resource/kresource indeed.
still happens here with kde 4.11.3
still happens with kde 4.13.1 I will upload a valgrind log sometime this weekend.
Created attachment 86773 [details] korgac valgrind log
(In reply to comment #9) > Created attachment 86773 [details] > korgac valgrind log Can you instead use callgrind on it ?