Message 277009 - Python tracker (original) (raw)
Message277009
Author | vstinner |
---|---|
Recipients | The Compiler, Xavion, r.david.murray, vstinner, ztane |
Date | 2016-09-20.05:25:39 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | CAMpsgwZk2gGe12z74oxv3UBoiJ9eMYE5scvabmTA6Ha30dGgmA@mail.gmail.com |
In-reply-to | 1474333616.45.0.735520636963.issue28165@psf.upfronthosting.co.za |
Content |
---|
If tracemalloc doesn't show any leak but the RSS memory increases, it can be memory fragmentation or memory alloctions not traced by tracemalloc. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2016-09-20 05:25:39 | vstinner | set | recipients: + vstinner, r.david.murray, ztane, The Compiler, Xavion |
2016-09-20 05:25:39 | vstinner | link | issue28165 messages |
2016-09-20 05:25:39 | vstinner | create |