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 vstinner
Recipients gvanrossum, neologix, r.david.murray, vstinner, yselivanov
Date 2014-07-14.08:36:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405326992.2.0.878788529807.issue21901@psf.upfronthosting.co.za>
In-reply-to
Content
> Killed process python(28623:#112) vsz:340800kB, anon-rss:330764kB, file-rss:3864kB

340 MB to run test_selectors sounds high.

What is the value of NUM_FDS? And what is the result of this command in your vserver?

$ python -c 'import resource; print(resource.getrlimit(resource.RLIMIT_NOFILE))'
(1024, 4096)
History
Date User Action Args
2014-07-14 08:36:32vstinnersetrecipients: + vstinner, gvanrossum, r.david.murray, neologix, yselivanov
2014-07-14 08:36:32vstinnersetmessageid: <1405326992.2.0.878788529807.issue21901@psf.upfronthosting.co.za>
2014-07-14 08:36:32vstinnerlinkissue21901 messages
2014-07-14 08:36:32vstinnercreate