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 Clint Olsen
Recipients Clint Olsen, asvetlov, yselivanov
Date 2022-01-11.18:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641927116.0.0.421752256102.issue46335@roundup.psfhosted.org>
In-reply-to
Content
In a multi-user environment, you should not expect to be able to spawn infinite processes. In some cases system administrators have reduced the thresholds to values that guarantee a machine is still responsive under heavy load. See limits.conf(5) as an example.

I just used ulimit to synthesize this situation.

Does this make sense?
History
Date User Action Args
2022-01-11 18:51:56Clint Olsensetrecipients: + Clint Olsen, asvetlov, yselivanov
2022-01-11 18:51:56Clint Olsensetmessageid: <1641927116.0.0.421752256102.issue46335@roundup.psfhosted.org>
2022-01-11 18:51:55Clint Olsenlinkissue46335 messages
2022-01-11 18:51:55Clint Olsencreate