Message387948
| 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:58 | igorvm | set | recipients:
+ igorvm |
| 2021年03月02日 18:10:58 | igorvm | set | messageid: <1614708658.89.0.572605723578.issue43375@roundup.psfhosted.org> |
| 2021年03月02日 18:10:58 | igorvm | link | issue43375 messages |
| 2021年03月02日 18:10:58 | igorvm | create |
|