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 r.david.murray
Recipients gvanrossum, neologix, r.david.murray, vstinner, yselivanov
Date 2014-07-13.16:29:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405268945.74.0.862009542489.issue21901@psf.upfronthosting.co.za>
In-reply-to
Content
The python command just returns.

The dmesg was a good call:

python invoked oom-killer: gfp_mask=0xd0, order=0, oom_adj=0
python cpuset=pydev mems_allowed=0
[...]
Out of memory: kill process python(28623:#112) score 85200 or a child
Killed process python(28623:#112) vsz:340800kB, anon-rss:330764kB, file-rss:3864kB

I *thought* I had this virtual server configured with the same resources as I do the buildbots, but I could be wrong.  It's been quite some time since I set both of them up, and I don't even remember how the resources are set at the moment.

Let me know if you want to see the entire dmesg output.
History
Date User Action Args
2014-07-13 16:29:05r.david.murraysetrecipients: + r.david.murray, gvanrossum, vstinner, neologix, yselivanov
2014-07-13 16:29:05r.david.murraysetmessageid: <1405268945.74.0.862009542489.issue21901@psf.upfronthosting.co.za>
2014-07-13 16:29:05r.david.murraylinkissue21901 messages
2014-07-13 16:29:05r.david.murraycreate