Message356594
> 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. |
|
| 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: <[email protected]> |
| 2019-11-14 11:11:46 | vstinner | link | issue38591 messages |
| 2019-11-14 11:11:46 | vstinner | create | |
|