我的FreeBSD sysctl.conf

2009-05-13 10:49:00来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折

# $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 #不允许用户看见所有系统进程
net.inet.tcp.rfc3042=1
net.inet.tcp.rfc3390=1            # 某些加快网络性能的协议,请参考RFC文章。
kern.ipc.shmmax=67108864  # 线程可使用的最大共享内存
kern.ipc.shmall=32768            # 最大线程数量
#hw.snd.pcm0.vchans=4        #这两个参数在6.1里已经清除
#hw.snd.maxautovchans=4      # 使声卡混音多声道


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/11818/showart_427794.html

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:我的FreeBSD loader.conf

下一篇:FreeBSD编译程序时的缓存ccache设置