Wednesday, April 23, 2008

OpenBSD diskd

tunning OpenBSD Diskd (Biar nggak kehabisan file description)

saat configure awal squid
./configure --with-maxfd=8192


beberapa file OpenBSD yg perlu di edit maupun d tambahi parameter
/etc/login.conf
:maxproc-max=8192:\
:openfiles-max=infinity:\


/etc/sysctl.conf
kern.maxclusters=65535
kern.maxvnodes=8192
kern.maxfiles=8192


/usr/src/sys/arch/i386/conf/diskd-kernel
option BUFCACHEPERCENT=15
option MSGMNB=16384 # max # of bytes in a queue
option MSGMNI=80 # number of message queue identifiers
option MSGSEG=8192 # number of message segments per queue
option MSGSSZ=64 # size of a message segment
option MSGTQL=4096 # max messages in system
option RTHREADS
option MAXFILES=8192

No comments: