# $FreeBSD: src/etc/sysctl.conf,v 1.8 2003/03/13 18:43:50 mux Exp $ # # This file is read when going to multi-user and its contents piped thru # ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. # # Uncomment this to prevent users from seeing information about processes that # are being run under another UID. #security.bsd.see_other_uids=0 kern.ipc.somaxconn=8192 kern.ipc.maxsockbuf=2097152 kern.maxfiles=32768 kern.maxfilesperproc=32768 kern.ipc.shmall=16384 kern.ipc.shmmax=67108864 net.inet.tcp.sendspace=131072 net.inet.tcp.recvspace=131072 net.inet.udp.maxdgram=131072 net.inet.udp.recvspace=131072 net.local.stream.sendspace=131072 net.local.stream.recvspace=131072 net.local.dgram.maxdgram=131072 net.local.dgram.recvspace=131072 net.inet.raw.recvspace=131072 net.inet.raw.maxdgram=131072