Running the MeshChat from source resulted in "[Errno 24] Too many open files: 'storage/identities/8ad..." In MacOS `ulimit -n` is set to 256 for some reason. Increasing this using `ulimit -n 10240` and then run `python meshchat.py` seems to work.
Running the MeshChat from source resulted in "[Errno 24] Too many open files:
'storage/identities/8ad..."
In MacOS
ulimit -nis set to 256 for some reason.Increasing this using
ulimit -n 10240and then runpython meshchat.pyseems to work.