On Mon, Jan 12, 2015 at 2:24 AM, Paul Okstad <[email protected]> wrote:
> {error,emfile}

emfile - too many open files. For thousand databases you might likely
hit default ulimit for 1024 file handlers.
See also this thread:
http://erlang.org/pipermail/erlang-questions/2015-January/082446.html
about other ways to solve this. For instance, on Ubuntu with upstart
there is a bit different way to set process limits.

--
,,,^..^,,,

Reply via email to