Show
Ignore:
Timestamp:
04/07/08 02:03:42 (5 months ago)
Author:
markdoliner
Message:

Hopefully make the documentation for max_fds more clear for people who
aren't programmers and aren't familiar with how jabberd works.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/s2s.xml.dist.in

    r580 r619  
    122122         s2s itself can use some on its own. If the supply of file 
    123123         descriptors is exhausted, new incoming connections will be 
    124          denied (default: 1024) --> 
     124         denied. 
     125 
     126         These connections are mainly consumed when we make a 
     127         connection to an external jabber server, or an external jabber 
     128         server connects to us. If you don't have a lot of users then 
     129         there's probably no need for s2s to establish connections to 
     130         external jabber servers and the default value here is probably 
     131         fine. On the other hand, if you have lots of users with lots 
     132         of remote buddies in their buddylist then s2s will need to have 
     133         lots of open connections with other jabber servers and you may 
     134         need to increase this value. 
     135 
     136         Note that this value only affects how many file descriptors 
     137         jabberd is able to handle internally. You may also need to 
     138         tell your operating system to allow jabberd to use more file 
     139         descriptors. On Linux this can be done using ulimit -n or by 
     140         changing the value of /proc/sys/fd/file-max. 
     141 
     142         (default: 1024) --> 
    125143    <max_fds>1024</max_fds> 
    126144