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 lukasz.langa
Recipients lielfr, lukasz.langa, ned.deily, vstinner
Date 2021-09-01.13:56:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630504568.65.0.764856771507.issue43592@roundup.psfhosted.org>
In-reply-to
Content
Try setting the following:

$ sudo sysctl -w kern.maxfiles=65536
$ sudo sysctl -w kern.maxfilesperproc=65536
$ sudo ulimit -n 65536
History
Date User Action Args
2021-09-01 13:56:08lukasz.langasetrecipients: + lukasz.langa, vstinner, ned.deily, lielfr
2021-09-01 13:56:08lukasz.langasetmessageid: <1630504568.65.0.764856771507.issue43592@roundup.psfhosted.org>
2021-09-01 13:56:08lukasz.langalinkissue43592 messages
2021-09-01 13:56:08lukasz.langacreate