Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up revision 1.25 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/8085cf9f8a86
branches:  netbsd-1-5
changeset: 491538:8085cf9f8a86
user:      he <he%NetBSD.org@localhost>
date:      Tue May 01 12:37:27 2001 +0000

description:
Pull up revision 1.25 (requested by fvdl):
  Counter the recent bump of default NMBCLUSTERS, to be friendlier
  on small-memory machines.

diffstat:

 sys/arch/i386/conf/GENERIC_TINY |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 43fe96d81066 -r 8085cf9f8a86 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Tue May 01 12:27:49 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Tue May 01 12:37:27 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.16.2.5 2001/04/25 08:57:29 he Exp $
+#      $NetBSD: GENERIC_TINY,v 1.16.2.6 2001/05/01 12:37:27 he Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI or SCSI.
@@ -53,6 +53,8 @@
 #options       SYSVSHM         # System V-like memory sharing
 #options       SHMMAXPGS=1024  # 1024 pages is the default
 
+options        NMBCLUSTERS=256
+
 #options       LKM             # loadable kernel modules
 
 # Diagnostic/debugging support options



Home | Main Index | Thread Index | Old Index