Date: Fri, 14 Oct 2005 20:31:12 +0000 (UTC) From: Kris Kennaway <kris@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include param.h Message-ID: <200510142031.j9EKVCuU081281@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2005-10-14 20:31:12 UTC FreeBSD src repository Modified files: sys/sparc64/include param.h Log: Add a default value for VM_BCACHE_SIZE_MAX of 400MB. This is copied from amd64, and is a factor of 3 less than the value previously auto-sized on a 12GB machine, which would cause an overflow in calculations involving the maxbcache int, causing bufinit() to loop forever at boot. Reviewed by: mlaier, peter Revision Changes Path 1.20 +8 -0 src/sys/sparc64/include/param.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510142031.j9EKVCuU081281>