Solo hay 8 subprocesos nfsd predeterminados disponibles en WD my cloud, este no. no es suficiente para mis necesidades. Quiero aumentar los subprocesos nfsd predeterminados a 20 subprocesos. Para esto primero me conecté con wd my cloud a través de ssh. Se encontró en Internet que es necesario editar el parámetro RPCNFSDCOUNT en el archivo /etc/sysconfig/nfs, pero la carpeta sysconfig no está allí. La versión de Linux es 3.10.39 armv7l. ¿Cómo puedo aumentar el no. hilo nfsd?
Respuesta1
Según elnfsd(8)
página de manual de Linux:
SINOPSIS
/usr/sbin/rpc.nfsd [options] nproc
...
nproc specify the number of NFS server threads. By default, eight threads are started. However, for optimum performance several threads should be used. The actual figure depends on the number of and the work load created by the NFS clients, but a useful starting point is eight threads. Effects of modifying that number can be checked using the nfsstat(8) program.
...
ARCHIVO DE CONFIGURACIÓN
Many of the options that can be set on the command line can also be controlled through values set in the [nfsd] section of the /etc/nfs.conf configuration file. Values recognized include: threads The number of threads to start. ...
Me atrevería a decir que su mejor opción es modificar /etc/nfs.conf
, suponiendo que así esté configurada su instalación de Linux.