Date: Tue, 19 Nov 2002 21:16:11 -0800 (PST) From: Kirk McKusick <mckusick@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ffs ffs_softdep.c Message-ID: <200211200516.gAK5GB1B039897@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mckusick 2002/11/19 21:16:11 PST
Modified files:
sys/ufs/ffs ffs_softdep.c
Log:
The target for the maximum number of dependencies has been cut
in half because of reports that under heavy load the kernel could
exhaust its memory pool. The limit is now (desiredvnodes * 4)
rather than (desiredvnodes * 8), so it will still scale with
larger systems, just not as quickly.
Sponsored by: DARPA & NAI Labs.
Revision Changes Path
1.129 +1 -1 src/sys/ufs/ffs/ffs_softdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211200516.gAK5GB1B039897>
