mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Document maxthreads and minthreads arguments
This commit is contained in:
parent
a3ef369298
commit
e002ac8f81
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243785
@ -41,6 +41,8 @@ server
|
||||
.Op Fl arduteo
|
||||
.Op Fl n Ar num_servers
|
||||
.Op Fl h Ar bindip
|
||||
.Op Fl maxthreads Ar max_threads
|
||||
.Op Fl minthreads Ar min_threads
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
@ -74,8 +76,17 @@ Unregister the
|
||||
service with
|
||||
.Xr rpcbind 8
|
||||
without creating any servers.
|
||||
.It Fl n
|
||||
Specifies how many servers to create.
|
||||
.It Fl n Ar threads
|
||||
Specifies how many servers to create. This option is equivalent to specifying
|
||||
.Fl maxthreads
|
||||
and
|
||||
.Fl minthreads
|
||||
with their respective arguments to
|
||||
.Ar threads .
|
||||
.It Fl maxthreads Ar threads
|
||||
Specifies the maximum servers that will be kept around to service requests.
|
||||
.It Fl minthreads Ar threads
|
||||
Specifies the minimum servers that will be kept around to service requests.
|
||||
.It Fl h Ar bindip
|
||||
Specifies which IP address or hostname to bind to on the local host.
|
||||
This option is recommended when a host has multiple interfaces.
|
||||
|
Loading…
Reference in New Issue
Block a user