From owner-cvs-sys Tue Feb 24 02:16:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11204 for cvs-sys-outgoing; Tue, 24 Feb 1998 02:16:55 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11112; Tue, 24 Feb 1998 02:16:37 -0800 (PST) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA03582; Tue, 24 Feb 1998 02:16:24 -0800 (PST) Date: Tue, 24 Feb 1998 02:16:24 -0800 (PST) Message-Id: <199802241016.CAA03582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/02/24 02:16:24 PST Modified files: sys/vm vm_pageout.c Log: Correct some severe VM tuning problems for small systems (<=16MB), and improve tuning on larger systems. (A couple of the VM tuning params for small systems were so badly chosen that the system could hang under load.) The broken tuning was originaly my fault. Revision Changes Path 1.116 +10 -7 src/sys/vm/vm_pageout.c