diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 11:45:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-09-29 11:45:47 +0000 |
commit | 7830bbc64f50cdbb4a8d221441fa5f7f3ff2cee5 (patch) | |
tree | 90fb6727018c5a5864eea4ec98dee40c8b8a8190 /sys | |
parent | 15c8c1e274911de0184fcc6791b41e7540984933 (diff) |
naw, grown bufcache does not help this workload
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/BABY | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/BABY b/sys/arch/i386/conf/BABY index 1a7d787b509..099b31560ca 100644 --- a/sys/arch/i386/conf/BABY +++ b/sys/arch/i386/conf/BABY @@ -1,4 +1,4 @@ -# $OpenBSD: BABY,v 1.9 1996/09/20 06:45:04 deraadt Exp $ +# $OpenBSD: BABY,v 1.10 1996/09/29 11:45:46 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -12,7 +12,7 @@ option MATH_EMULATE # floating point emulation # have a broken BIOS, uncomment the following and set the value # properly for your system. #option EXTMEM_SIZE=... # size of extended memory -option BUFCACHEPERCENT=20 +#option BUFCACHEPERCENT=20 #option DUMMY_NOPS # speed hack; recommended option XSERVER |