# Examples of values to add in /etc/sysctl.conf on FreeBSD # Note that the actual values may vary according to Your setup. # # The following setting can only be set when the kernel is loaded # and must be set in /boot/loader.conf - it cannot be set here! # ## kern.ipc.nmbclusters="16384" # Set the number of mbuf clusters # # IMPORTANT NOTE - that must be done BEFORE setting the values below, # otherwise You will run out of mbufs! kern.ipc.maxsockbuf=8388608 net.inet.tcp.sendspace=3217968 net.inet.tcp.recvspace=3217968 net.inet.tcp.rfc1323=1