orbitdb-archive / orbit

A distributed, serverless, peer-to-peer chat application on IPFS
MIT License
1.64k stars 117 forks source link

File Descriptors limit #208

Closed daviddias closed 7 years ago

daviddias commented 7 years ago

It seems that orbit relies in increasing the FD limit for dev builds, this is something that won't happen by default for users installing the electron app, there must be another way to cope with the limitation

haadcode commented 7 years ago

Passing the env variable now to the electron app: https://github.com/haadcode/orbit/blob/master/index.js#L19. This will be a temp fix until go-ipfs has fixed the "too many files open" bug.