Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 1997 00:00:24 +0100
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        hackers@FreeBSD.ORG
Subject:   Re: Panic -- advise needed
Message-ID:  <19971106000024.26598@keltia.freenix.fr>
In-Reply-To: <19971105190225.29498@burka.carrier.kiev.ua>; from Alexander Litvin on Wed, Nov 05, 1997 at 07:02:25PM %2B0200
References:  <19971105190225.29498@burka.carrier.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Alexander Litvin:
> options		NQNFS			#Enable NQNFS lease checking

kernel bloat, get this out.

> options		PROCFS			#Process filesystem
> options		NSWAPDEV=4

Not really needed, base kernel handles about 20 swap devices.

> device		sd0	#SCSI disks
> device		sd1	#SCSI disks
> device		sd2	#SCSI disks

The last two are useless. Either put only "sd0" or use "wired-down" devices 
like this:

# NCR0: ibm + ibm + tandberg
disk            sd0 at scbus0 target 0 unit 0
disk            sd1 at scbus0 target 1
disk            sd2 at scbus0 target 2
disk            sd3 at scbus0 target 3
tape            st1 at scbus0 target 4
# NCR1: conner + micropolis + CD + HP DAT
disk            sd10 at scbus1 target 0
disk            sd11 at scbus1 target 1
disk            sd12 at scbus1 target 2
disk            sd13 at scbus1 target 3
tape            st0 at scbus1 target 5
device      cd0 at scbus1 target 6

> pseudo-device	pty	16	#Pseudo ttys - can go as high as 256

You probably want to make this higher.

> options		BOUNCE_BUFFERS

Destroy that. Why the heck are you using bounce buffers on a 128 MB/PCI
machine without an ISA adapter to worry about ?

-- 
Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-CURRENT #46: Sun Nov  2 16:51:01 CET 1997



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971106000024.26598>