Author: mav
Date: Mon Feb 17 20:04:16 2014
New Revision: 262122
URL: http://svnweb.freebsd.org/changeset/base/262122

Log:
  MFC r260486:
  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:
  stable/10/etc/defaults/rc.conf
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/defaults/rc.conf
==============================================================================
--- stable/10/etc/defaults/rc.conf      Mon Feb 17 18:50:03 2014        
(r262121)
+++ stable/10/etc/defaults/rc.conf      Mon Feb 17 20:04:16 2014        
(r262122)
@@ -315,7 +315,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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to