=item *
-The maximum number of lightweight processes (LWPs) or pthreads
+The maximum number of threads
the File Server uses to handle requests for data; corresponds to the
B<-p> argument. The File Server always uses a minimum of 32 KB of
memory for these processes.
Parameter (Argument) Small (-S) Medium Large (-L)
---------------------------------------------------------------------
- Number of LWPs (-p) 6 9 128
+ Number of threads (-p) 6 9 128
Number of cached dir blocks (-b) 70 90 120
Number of cached large vnodes (-l) 200 400 600
Number of cached small vnodes (-s) 200 400 600
=item B<-p> <I<number of processes>>
-Sets the number of threads (or LWPs) to run. Provide a positive integer.
+Sets the number of threads to run. Provide a positive integer.
The File Server creates and uses five threads for special purposes,
in addition to the number specified (but if this argument specifies
the maximum possible number, the File Server automatically uses five
volume is waiting to go offline. Setting this option to C<-1> means to
wait forever for client requests to finish. The default value is C<-1>.
-For the LWP fileserver, the only valid value for this option is C<-1>.
-
=item B<-offline-shutdown-timeout> <I<timeout in seconds>>
This option behaves similarly to B<-offline-timeout> but applies to
B<-offline-shutdown-timeout> is the value specified for
B<-offline-timeout>. Otherwise, the default value is C<-1>.
-For the LWP fileserver, the only valid value for this option is C<-1>.
-
=item B<-sync> <always | onclose | none>
This option changes how hard the fileserver tries to ensure that data written