Subject: sysctl vars free-netbsd
To: None <tech-net@netbsd.org>
From: Mipam <mipam@ibb.net>
List: tech-net
Date: 06/12/2001 11:28:24
Hi All,

In freebsd to make a machine ready to accept a lot of simultanious
connections to postfix you need to set these vars:

kern.ipc.maxsockets="5000"
kern.maxfiles="16384"
kern.maxfilesperproc="16384"
kern.ipc.nmbclusters="65536"

However, in netbsd i cant find all equivalents:
1) kern.maxfiles is kern.maxfiles in netbsd.
2) kern.maxfilesperproc, hmm i cant find an equiv in netbsd for it, any ideas?
3) kern.ipc.nmbclusters is of course kern.mbuf.nmbclusters in netbsd
4) kern.ipc.maxsockets, i cant find an equivalent in netbsd, any ideas what
i could use instead?

Bye,

Mipam.