Linux

nfsd: too many open connections, consider increasing the number of threads.

Naan 2020. 5. 19. 15:56
320x100

nfs 서버에서

nfsd: too many open  connections, consider increasing the number of threads.

위와 같이 에러가 발생 한다면

# vi /etc/sysconfig/nfs

RPCNFSDCOUNT=8

RPCNFSDCOUNT=16

늘려주자.

# service nfs restart

적용확인

# cat /proc/net/rpc/nfsd | grep th
th 16 0 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000 0.000

320x100