This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author DamianMyerscough
Recipients DamianMyerscough, rbcollins, vstinner
Date 2016-03-15.02:32:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458009141.35.0.778107139469.issue26562@psf.upfronthosting.co.za>
In-reply-to
Content
@rbcollins there is nothing else running in the Docker container other than the python interpreter. I did an `strace` of the process

mmap(NULL, 3149824, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7effc2d0c000
munmap(0x7effc300d000, 790528)          = 0


@haypo, this only with Python when it is killed by oom-killer. NodeJS/C++ dont show nearly as many involuntary context switches or page faults. I logged the bug to see if anyone else has encountered this.
History
Date User Action Args
2016-03-15 02:32:21DamianMyerscoughsetrecipients: + DamianMyerscough, vstinner, rbcollins
2016-03-15 02:32:21DamianMyerscoughsetmessageid: <1458009141.35.0.778107139469.issue26562@psf.upfronthosting.co.za>
2016-03-15 02:32:21DamianMyerscoughlinkissue26562 messages
2016-03-15 02:32:20DamianMyerscoughcreate