Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Troubleshooting" page has been changed by SebastianCohnen.
The comment on this change is: Added a section on misc errors and possible 
solutions.
http://wiki.apache.org/couchdb/Troubleshooting?action=diff&rev1=12&rev2=13

--------------------------------------------------

  
   8. Report back to the mailing list (or IRC) with the output from each step.
  
+ 
+ == Misc Errors ==
+ Erlang backtraces are quite "hard" to read for non-Erlangers. The list here 
tries to give keywords to help you pinpointing your problem and suggests 
possible solutions
+ 
+  system_limit, erlang, open_port:: Erlang has a default limit of 1024 ports, 
where each FD, tcp connection, and linked-in driver uses one port. You seem to 
have exceeded this. You can change it at runtime using the ERL_MAX_PORTS env 
variable.
+  (by Adam Kocoloski, 
[[https://bugs.edge.launchpad.net/ubuntu/+source/couchdb/+bug/459241]])
+ 

Reply via email to