Message356594
| Author | vstinner |
|---|---|
| Recipients | aeros, asvetlov, benjamin.peterson, vstinner, yselivanov |
| Date | 2019-11-14.11:11:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1573729906.34.0.129168248941.issue38591@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> The 64 bytes was measured by `sys.getsizeof(threading.Thread())`, which only provides a surface level assessment. I believe this only includes the size of the reference to the thread object. You have to account also for the thread stack size. I suggest to look at RSS memory instead. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-11-14 11:11:46 | vstinner | set | recipients: + vstinner, benjamin.peterson, asvetlov, yselivanov, aeros |
| 2019-11-14 11:11:46 | vstinner | set | messageid: <1573729906.34.0.129168248941.issue38591@roundup.psfhosted.org> |
| 2019-11-14 11:11:46 | vstinner | link | issue38591 messages |
| 2019-11-14 11:11:46 | vstinner | create | |