In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes:
>You might want to try setting
>         net.inet.tcp.sendspace
>         net.inet.tcp.recvspace
>to larger values. I have these in my /etc/sysctl.conf.

These control the default socket buffer size.  Assuming postfix 
is not setting the appropriate socket options, when they are increased
space will run out with even fewer connections.  If they are decreased 
such that they are less than the bandwidth delay product, you will have 
TCP/IP performance problems.

The original poster needs to play with some of the kern.ipc values 
instead, most notably kern.ipc.maxsockbuf.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to