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 pablogsal
Recipients nanjekyejoannah, nascheme, pablogsal, tim.peters
Date 2019-12-28.23:37:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1577576258.15.0.748300159092.issue39143@roundup.psfhosted.org>
In-reply-to
Content
I have attached two files to the issue. One of them (vanilla-vs-buffered) shows the mean memory profile of running test_asyncio 1000 times with the buffered GC and without the buffered GC. The other file shows the difference between both curves.

test_ascyncio is not a "production application" but is the longest and less specific test that we have. I have experimented with some tests in the pyperformance suite and they show some similitudes like some memory spikes seem to be smaller and less memory usage in flat regions after collections.
History
Date User Action Args
2019-12-28 23:37:38pablogsalsetrecipients: + pablogsal, tim.peters, nascheme, nanjekyejoannah
2019-12-28 23:37:38pablogsalsetmessageid: <1577576258.15.0.748300159092.issue39143@roundup.psfhosted.org>
2019-12-28 23:37:38pablogsallinkissue39143 messages
2019-12-28 23:37:37pablogsalcreate