Łukasz Langa <[email protected]> added the comment: Try setting the following:
$ sudo sysctl -w kern.maxfiles=65536 $ sudo sysctl -w kern.maxfilesperproc=65536 $ sudo ulimit -n 65536 ---------- nosy: +lukasz.langa _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43592> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
