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 igorvm
Recipients igorvm
Date 2021-03-02.18:10:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614708658.89.0.572605723578.issue43375@roundup.psfhosted.org>
In-reply-to
Content
There is an apparent memory leak in threading. It looks like memory grows when I create, run and destroy threads. The memory keeps adding at the rate of about 100 bytes per thread.

I am attaching the code, which works for Linux. getMemory() function is Linux-specific, it gets current process memory utilization
History
Date User Action Args
2021-03-02 18:10:58igorvmsetrecipients: + igorvm
2021-03-02 18:10:58igorvmsetmessageid: <1614708658.89.0.572605723578.issue43375@roundup.psfhosted.org>
2021-03-02 18:10:58igorvmlinkissue43375 messages
2021-03-02 18:10:58igorvmcreate