Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/conf Example options to reduce kernel memory ...
details: https://anonhg.NetBSD.org/src/rev/833331e69fc0
branches: trunk
changeset: 511964:833331e69fc0
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Sun Jul 01 02:16:33 2001 +0000
description:
Example options to reduce kernel memory footprint.
diffstat:
sys/arch/hp300/conf/FOURMEG | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r 4bfbda4dff8e -r 833331e69fc0 sys/arch/hp300/conf/FOURMEG
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/hp300/conf/FOURMEG Sun Jul 01 02:16:33 2001 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: FOURMEG,v 1.1 2001/07/01 02:16:33 gmcgarry Exp $
+#
+# Options for low-memory systems.
+#
+# Copy these options into your custom kernel and remove
+# unnecessary devices.
+
+include "arch/hp300/conf/GENERIC"
+
+makeoptions COPTS="-Os"
+options NVNODE=50
+options NBUF=16
+options BUFPAGES=16
+options NMBCLUSTERS=64
+options NFS_V2_ONLY
+options NFS_DEFAULT_NIOTHREADS=1
Home |
Main Index |
Thread Index |
Old Index