On Dec 10, 2010, at 1:08 PM, Aurélien Bénel wrote: > Good evening, > >> That looks like a limit on the number of Erlang processes in the VM. The >> default limit is 32768. You can raise the maximum number of processes by >> starting the VM with e.g. erl +P 65536, but in my experience bumping into >> this limit means something else is going wrong. Regards, > > > Thanks a lot for your advices. > > Could it be because in my settings "os_process_timeout *1000 > > COUCHDB_RESPAWN_TIMEOUT"? > Does it create processes over and over? > > > Regards, > > Aurélien
No, that seems unlikely. The "processes" in this case are Erlang processes, not OS processes.
