Date: Sun, 20 Mar 2011 12:05:57 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r219796 - stable/7/sys/amd64/conf Message-ID: <201103201205.p2KC5vSA078178@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: avg Date: Sun Mar 20 12:05:57 2011 New Revision: 219796 URL: http://svn.freebsd.org/changeset/base/219796 Log: MFC r219525: amd64/NOTES: use a greater number in KSTACK_PAGES example Modified: stable/7/sys/amd64/conf/NOTES Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/ (props changed) stable/7/sys/contrib/dev/acpica/ (props changed) stable/7/sys/contrib/pf/ (props changed) Modified: stable/7/sys/amd64/conf/NOTES ============================================================================== --- stable/7/sys/amd64/conf/NOTES Sun Mar 20 11:58:42 2011 (r219795) +++ stable/7/sys/amd64/conf/NOTES Sun Mar 20 12:05:57 2011 (r219796) @@ -658,7 +658,7 @@ options LINSYSFS # KSTACK_PAGES is the number of memory pages to assign to the kernel # stack of each thread. -options KSTACK_PAGES=3 +options KSTACK_PAGES=5 #####################################################################
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103201205.p2KC5vSA078178>