Anatomy of the linux slab allocator Learn how linux manages memory Document options Print this page E-mail this page Document options requiring JavaScript are not displayed Watch these demos Integrate new tools and architectures into your environment - fast! --> Rate this page Help us improve this content Level: Intermediate M. Tim Jones ( [email=mtj@mtjones.com?subject=Anatomy o...
by wangchy_love - AIX文档中心 - 2007-10-16 11:24:17 阅读(2009) 回复(0)
我把freebsd当做桌面来使用, 我很想来对fb进行一些性能调优,但是我却不知如何下手,因为调优如何才能看到它的改变或变化呢, kern.ipc.maxsockbuf=8388608 ##最大的套接字缓冲区 kern.ipc.somaxconn=8192 ##最大的等待连接完成的套接字队列大小,高负载服务器和受到分布式服务阻塞攻击的系统也许 会因为这个队列被塞满而不能提供正常服务。默认仅为128,根据机器和实际情况需要改动,太大就浪费了内存 kern.maxfiles=65536 ##系...
vfs.vmiodirenable=1 kern.ipc.maxsockbuf=2097152 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=65535 net.inet.tcp.recvspace=65535 net.inet.udp.recvspace=65535 net.inet.udp.maxdgram=57344 net.local.stream.recvspace=655...
背景: 在一台32位cpu、4G的服务器上全新安装as3-u8后安装oracle9i9204,安装步骤中有一个问题: 设置shmmax为内存的2倍,但as3内核在32位系统上默认只支持4G的内存,所以即使设置成8G,使用sysctl -a命令查看后还是4G(这个我查了下,只看到重新编译内核可以实现,不知道还有没其他方法?) 安装完成后(中间无任何报错),使用dbca创建数据库问题就来了,如果我让oracle占用的内存数超过2G(即系统内存的50%),就会出现Ora-27...
现在我找不到他,所以来请教大家: 1. sysctl -w net.inet.ipf.fr_tcphalfclosed=120 2. sysctl -w net.inet.ipf.fr_icmptimeout=12 3. sysctl -w net.inet.ipf.fr_icmpacktimeout=12 4. sysctl -w net.inet.ipf.fr_defnatage=600 5. sysctl -w net.inet.ipf.ipl_unreach=8 6. sysctl -w net.inet.ipf.fr_ipfrttl=128 请问这几个值的单位是多少,s还是ms? 第1行是否用来防止半开攻击? 第4,5,6行的作用是什么? 以上...
fb6# sysctl net.inet.ipf.fr_tcpidletimeout=7200 net.inet.ipf.fr_tcpidletimeout: 864000 sysctl: net.inet.ipf.fr_tcpidletimeout: Device busy