pan-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pan-users] memory usage in fake multi-part posts


From: Daisy Flanders
Subject: Re: [Pan-users] memory usage in fake multi-part posts
Date: Sat, 19 May 2018 21:53:57 +0000 (UTC)

I was wrong, the subject_lookup table is only a part of the problem. Articles are never really deleted and apparently never unref their members. An Article is created before any filtering rules are applied and subsequently removing it frees little if any memory.
On Saturday, May 19, 2018, 9:10:49 AM PDT, Daisy Flanders <address@hidden> wrote:


Pretty sure the problem is this:

DataImpl::delete_articles() doesn't remove deleted articles from XOverEntry::_subject_lookup. The fake multi-part posts stick around in the latter for the life of the XOverEntry.

The fix practically writes itself.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]