Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Sep 2005 14:57:43 -0500
From:      Eric Anderson <anderson@centtech.com>
To:        Francisco Reyes <lists@natserv.com>
Cc:        FreeBSD Performance <freebsd-performance@freebsd.org>
Subject:   Re: High load average mail server 5.3-RELEASE
Message-ID:  <433AF5B7.8010906@centtech.com>
In-Reply-To: <20050928153649.U52985@zoraida.natserv.net>
References:  <15412.1126634818@www56.gmx.net> <20050922214142.N50836@zoraida.natserv.net> <43336294.2020403@centtech.com> <20050923080227.T58927@zoraida.natserv.net> <4333F3B4.600@centtech.com> <20050928153649.U52985@zoraida.natserv.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Francisco Reyes wrote:
> On Fri, 23 Sep 2005, Eric Anderson wrote:
> 
>> Use the -n flag to nfsd, so in /etc/rc.conf:
>>
>> nfs_server_flags="-u -t -n 1024"
> 
> 
> Working on the nfs server today.
> How about the "-r" flag? It is the default. Is it not needed?
> 
> The man page says "-r"
> Register the NFS service with rpcbind(8) without creating any servers.
> 
> 
> That really doesn't say anything to me. :-(

That is really for re-registering.  Say rpcbind died, and needed 
restarting.  If you restart rpcbind, you would need to re-register the 
mountd and nfsd services with it.  You want to ignore the -r option for 
rc.conf usage.

Keep in mind that 5-STABLE, and 6.x (and -CURRENT) have a max of 256 
nfsd's, so if you want to go higher, you have to modify a line in nfsd.c.

Eric




-- 
------------------------------------------------------------------------
Eric Anderson        Sr. Systems Administrator        Centaur Technology
Anything that works is better than anything that doesn't.
------------------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?433AF5B7.8010906>