svn commit: r260486 - head/etc/defaults

Alexander Motin mav at FreeBSD.org
Thu Jan 9 15:55:55 UTC 2014


Author: mav
Date: Thu Jan  9 15:55:55 2014
New Revision: 260486
URL: http://svnweb.freebsd.org/changeset/base/260486

Log:
  Remove very low default limit of 4 nfsd threads.  nfsd's own default is
  8 * hw.ncpu, that sounds more appropriate for these SMP/NCQ/... days.

Modified:
  head/etc/defaults/rc.conf

Modified: head/etc/defaults/rc.conf
==============================================================================
--- head/etc/defaults/rc.conf	Thu Jan  9 15:38:28 2014	(r260485)
+++ head/etc/defaults/rc.conf	Thu Jan  9 15:55:55 2014	(r260486)
@@ -311,7 +311,7 @@ nfs_client_enable="NO"		# This host is a
 nfs_access_cache="60"		# Client cache timeout in seconds
 nfs_server_enable="NO"		# This host is an NFS server (or NO).
 oldnfs_server_enable="NO"	# Run the old NFS server (YES/NO).
-nfs_server_flags="-u -t -n 4"	# Flags to nfsd (if enabled).
+nfs_server_flags="-u -t"	# Flags to nfsd (if enabled).
 mountd_enable="NO"		# Run mountd (or NO).
 mountd_flags="-r"		# Flags to mountd (if NFS server enabled).
 weak_mountd_authentication="NO"	# Allow non-root mount requests to be served.


More information about the svn-src-all mailing list