svn commit: r219525 - head/sys/amd64/conf

Andriy Gapon avg at FreeBSD.org
Fri Mar 11 19:21:42 UTC 2011


Author: avg
Date: Fri Mar 11 19:21:42 2011
New Revision: 219525
URL: http://svn.freebsd.org/changeset/base/219525

Log:
  amd64/NOTES: use a greater number in KSTACK_PAGES example
  
  This is a minor cosmetic change - the users are more likely to want to
  increase (rather than decrease) default kernel stack size,
  which is already 4 pages on amd64.
  
  MFC after:	4 days

Modified:
  head/sys/amd64/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Fri Mar 11 19:19:47 2011	(r219524)
+++ head/sys/amd64/conf/NOTES	Fri Mar 11 19:21:42 2011	(r219525)
@@ -547,7 +547,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
 
 #####################################################################
 


More information about the svn-src-all mailing list