This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ian_osh
Recipients ian_osh, tim.peters
Date 2020-07-27.22:19:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595888399.39.0.0560107589219.issue41389@roundup.psfhosted.org>
In-reply-to
Content
>I don't know of any language that guarantees all garbage will be collected "right away". Do you?

I'm not an expert in this domain, so, no. I am however attempting to find a way to mitigate this issue. Do you have any suggestions how I can avoid these memory spikes? Weak references? Calling gc.collect() on regular intervals doesn't seem to work consistently.
History
Date User Action Args
2020-07-27 22:19:59ian_oshsetrecipients: + ian_osh, tim.peters
2020-07-27 22:19:59ian_oshsetmessageid: <1595888399.39.0.0560107589219.issue41389@roundup.psfhosted.org>
2020-07-27 22:19:59ian_oshlinkissue41389 messages
2020-07-27 22:19:59ian_oshcreate