From owner-freebsd-questions Fri Feb 8 10:47:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from proxy.centtech.com (moat.centtech.com [206.196.95.10]) by hub.freebsd.org (Postfix) with ESMTP id 47CC837B422 for ; Fri, 8 Feb 2002 10:47:36 -0800 (PST) Received: from sprint.centtech.com (sprint.centtech.com [10.177.173.31]) by proxy.centtech.com (8.11.6/8.11.6) with ESMTP id g18IlZK23603 for ; Fri, 8 Feb 2002 12:47:35 -0600 (CST) Received: from jahrens161.centtech.com (jahrens161 [10.177.174.161]) by sprint.centtech.com (8.9.3+Sun/8.9.3) with ESMTP id MAA06509 for ; Fri, 8 Feb 2002 12:47:34 -0600 (CST) Message-Id: <5.1.0.14.2.20020208124259.02fbceb8@inside3.centtech.com> X-Sender: jahrens@inside3.centtech.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 08 Feb 2002 12:47:34 -0600 To: freebsd-questions@freebsd.org From: Jesse Ahrens Subject: NFS master process using 99% cpu Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got an 4.5 nfs server with 20 nfs processes started and for the last 9 days the box has been at a load of 1 with the nfsd:master process taking 99% of the cpu. The box has 1GB of ram running generic kernel with the following sysctl.conf settings. I'm just curious if anyone else has run into this and how they got around it? vfs.nfs.gatherdelay=0 vfs.nfs.async=1 vfs.vmiodirenable=1 kern.ipc.maxsockbuf=2097152 kern.ipc.somaxconn=8192 kern.ipc.maxsockets=16424 kern.maxfiles=65536 kern.maxfilesperproc=32768 net.inet.tcp.rfc1323=1 net.inet.tcp.delayed_ack=0 net.inet.tcp.sendspace=65535 net.inet.tcp.recvspace=65535 net.inet.udp.recvspace=65535 net.inet.udp.maxdgram=57344 net.local.stream.recvspace=65535 net.local.stream.sendspace=65535 rc.conf nfs flags: nfs_reserved_port_only="YES" nfs_server_enable="YES" nfs_server_flags="-h 10.177.178.51 -h 10.177.176.40 -u -t -n 20" Jesse Ahrens Unix Systems Engineer Centaur Technology (512) 418-5794 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message