Quote:
Originally posted by DennisS
if you want even more performance out of your freebsd box apply following:
vi /etc/sysctl.conf
kern.ipc.maxsockbuf=8388608
kern.ipc.somaxconn=8192
kern.ipc.maxsockets=16424
kern.maxfiles=65536
kern.maxfilesperproc=32768
net.inet.tcp.rfc1323=1
net.inet.tcp.delayed_ack=0
net.inet.tcp.sendspace=1048576
net.inet.tcp.recvspace=1048576
net.inet.udp.recvspace=65535
net.inet.udp.maxdgram=57344
net.local.stream.recvspace=65535
net.local.stream.sendspace=65535
------------------------------------------------
vi /boot/loader.conf
kern.ipc.maxsockets="50000"
kern.ipc.nmbclusters="25000"
kern.ipc.mbufs="50000"
THEN save and reboot enjoy
|
tnx man, but with such low load i can't complain. seems that the box can saturate 100Mbps line now, while Linux one was gagging on 8Mbps.