Message250203
Oh, tracemalloc sees the memory peak of 8 GB too:
$ ./python -X tracemalloc -i -m test -v test_strptime
...
SystemExit: True
>>> import tracemalloc; tracemalloc.get_traced_memory()[1] / 1024.**2
8201.658247947693
Memory peak: 8201.7 MB (8.2 GB!). |
|
| Date |
User |
Action |
Args |
| 2015-09-08 13:52:21 | vstinner | set | recipients:
+ vstinner, lemburg, georg.brandl, paul.moore, belopolsky, larry, tim.golden, BreamoreBoy, python-dev, zach.ware, eryksun, steve.dower, JohnLeitch, brycedarling |
| 2015-09-08 13:52:21 | vstinner | set | messageid: <1441720341.33.0.381520756076.issue24917@psf.upfronthosting.co.za> |
| 2015-09-08 13:52:21 | vstinner | link | issue24917 messages |
| 2015-09-08 13:52:21 | vstinner | create | |
|