[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kernel config for large server



On Wed, 2002-06-12 at 14:34, David Wilk wrote: 
<snip> 
> I'm concerned with kernel parameters to properly support 2GB RAM, the large
> number of open file handles (I think that's the right terminology) that apache
> will need for all those virtual hosts, and the large file system size.
> 
> I'm relatively new to OpenBSD, love what I've seen and worked with and am
> eager to learn.
If dmesg is showing 2GB of RAM detected than chances are it's using it
;) 

You'll want to look into some of the sysctl options you can set.  see
man sysctl and sysctl -a 

Some other options may be NMBCLUSTERS, BUFCACHEPERCENT and options
dealing with shared memory see man options. 

Other than that OpenBSD is quite well tuned with just GENERIC.  NOTE: a
custom compiled kernel will basically stop the developers from being
able to help you.  So mess with the sysctl parameters