Might be hitting the maximum number of file descriptors.
You could bump this by using the ulimit command. You'll have to modify
your init script if you launch couch as a daemon that way. Just run
`ulimit -n XXXX` before erlang starts.

Reply via email to