Removed increased BUFCACHE/BUFPAGES.

This commit is contained in:
soren 2000-11-27 08:55:41 +00:00
parent 52e9098c1d
commit 66864e1f05
9 changed files with 11 additions and 23 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: RAQ,v 1.8 2000/09/24 15:59:31 jdolecek Exp $
# $NetBSD: RAQ,v 1.9 2000/11/27 08:55:41 soren Exp $
include "arch/cobalt/conf/std.cobalt"
@ -6,8 +6,6 @@ maxusers 32
options KTRACE
options BUFCACHE=20
options DDB
options DDB_HISTORY_SIZE=100
#options DEBUG

View File

@ -1,4 +1,4 @@
# $NetBSD: NBFTP,v 1.24 2000/09/24 15:59:33 jdolecek Exp $
# $NetBSD: NBFTP,v 1.25 2000/11/27 08:55:42 soren Exp $
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
#
# NBFTP -- ftp/sup.netbsd.org server machine
@ -130,7 +130,6 @@ options IPFILTER_LOG # ipmon(8) log support
#options TCP_COMPAT_42
options NMBCLUSTERS=2048
#options BUFPAGES=2048 # used to be set, let system guess now (MLG)
# These options enable verbose messages for several subsystems.
# Warning, these may compile large string tables into the kernel!

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_MD,v 1.3 1999/08/28 16:50:36 tsubai Exp $
# $NetBSD: GENERIC_MD,v 1.4 2000/11/27 08:55:42 soren Exp $
#
# GENERIC_MD config file
#
@ -9,6 +9,3 @@ include "arch/macppc/conf/GENERIC"
options MEMORY_DISK_HOOKS
options MEMORY_DISK_IS_ROOT # Force root on ram-disk
options MINIROOTSIZE=4096 # 2 Megabytes
# Standard system options
options BUFPAGES=800

View File

@ -1,4 +1,4 @@
# $NetBSD: POWERMAC,v 1.27 2000/11/14 22:33:24 matt Exp $
# $NetBSD: POWERMAC,v 1.28 2000/11/27 08:55:42 soren Exp $
#
# POWERMAC config file
#
@ -8,7 +8,6 @@ include "arch/macppc/conf/std.macppc"
maxusers 32
# Standard system options
options BUFPAGES=1280
options KTRACE # system call tracing via ktrace(1)
# Diagnostic/debugging support options

View File

@ -1,4 +1,4 @@
# $NetBSD: DEJIKO,v 1.3 2000/11/15 14:29:40 tsubai Exp $
# $NetBSD: DEJIKO,v 1.4 2000/11/27 08:55:42 soren Exp $
#
# Dejiko's sekai-seifuku NEWS5000 nyo.
@ -10,7 +10,6 @@ options news5000
options MIPS3 # R4x00 support
options MIPS3_L2CACHE_PRESENT
options CPU_SINGLE # no I/O processor
options BUFPAGES=4096
# Debugging options
options DDB # kernel dynamic debugger

View File

@ -1,7 +1,7 @@
#
# NEWS3400 config file
#
# $NetBSD: WAPIKO,v 1.12 2000/11/13 16:48:41 tsubai Exp $
# $NetBSD: WAPIKO,v 1.13 2000/11/27 08:55:42 soren Exp $
#
include "arch/newsmips/conf/std.newsmips"
@ -12,7 +12,6 @@ makeoptions COPTS="-O2 -pipe"
options news3400
options MIPS1 # R2000/R3000 support
options CPU_SINGLE
options BUFPAGES=2048
# Standard system options
options KTRACE # system call tracing support

View File

@ -1,10 +1,10 @@
# $NetBSD: EVERGLADES32,v 1.3 2000/11/19 15:23:55 mrg Exp $
# $NetBSD: EVERGLADES32,v 1.4 2000/11/27 08:55:42 soren Exp $
#
# from: NetBSD: GENERIC32,v 1.8 2000/11/09 00:06:47 eeh Exp
include "arch/sparc64/conf/std.sparc64"
#ident "GENERIC-$Revision: 1.3 $"
#ident "GENERIC-$Revision: 1.4 $"
maxusers 64
@ -34,7 +34,6 @@ options SUN4U # sun4u - Ultra 140 and 170
## automagically determined at boot time.
config netbsd root on ? type ?
options BUFCACHE=33
## UVM options.
#options UVM_PAGE_TRKOWN

View File

@ -1,4 +1,4 @@
# $NetBSD: POWEROFSEVEN32,v 1.4 2000/09/24 15:59:38 jdolecek Exp $
# $NetBSD: POWEROFSEVEN32,v 1.5 2000/11/27 08:55:42 soren Exp $
#
# Configuration for Ultra5/Ultra10
@ -31,7 +31,6 @@ options __ELF__ # we use elf
## automagically determined at boot time.
config netbsd root on ? type ?
options BUFCACHE=25
## UVM options.
options UVM_PAGE_TRKOWN

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL_SMALL,v 1.11 2000/10/02 18:43:37 abs Exp $
# $NetBSD: INSTALL_SMALL,v 1.12 2000/11/27 08:55:42 soren Exp $
#
# INSTALL_SMALL -- `small' installation kernel.
@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
#ident "INSTALL_SMALL-$Revision: 1.11 $"
#ident "INSTALL_SMALL-$Revision: 1.12 $"
makeoptions COPTS="-Os" # Optimise for space. Implies -O2
@ -19,7 +19,6 @@ options MEMORY_DISK_SERVER=0 # No user space hooks
#options MINIROOTSIZE=2400 # 1.2M, same as a 130mm floppy
#options MINIROOTSIZE=2880 # 1.44M, same as a 90mm floppy
options MINIROOTSIZE=2300
#options BUFCACHE=5 # Reserve 5% of the RAM as the cache.
## System kernel configuration. See options(4) for more detail.