From owner-freebsd-stable Thu Jan 31 23:37:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from dream.mplik.ru (dream.mplik.ru [195.58.1.132]) by hub.freebsd.org (Postfix) with ESMTP id A320737B400 for ; Thu, 31 Jan 2002 23:37:22 -0800 (PST) Received: from sight (sight.mplik.ru [195.58.27.104]) by dream.mplik.ru (8.9.3/8.9.1) with ESMTP id MAA38708; Fri, 1 Feb 2002 12:37:04 +0500 (YEKT) Date: Fri, 1 Feb 2002 12:36:50 +0500 From: Sergey Gershtein X-Mailer: The Bat! (v1.53bis) Business Reply-To: Sergey Gershtein Organization: Ural Relcom Ltd X-Priority: 3 (Normal) Message-ID: <1427021336.20020201123650@ur.ru> To: Peter Jeremy Cc: freebsd-stable@FreeBSD.ORG Subject: Re[2]: Strange lock-ups during backup over nfs after adding 1024M RAM In-Reply-To: <20020131111153.Y72285@gsmx07.alcatel.com.au> References: <20020126204941.H17540-100000@resnet.uoregon.edu> <1931130530386.20020128130947@ur.ru> <20020130073449.B78919@gsmx07.alcatel.com.au> <791310002584.20020130150111@ur.ru> <20020131111153.Y72285@gsmx07.alcatel.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday, January 31, 2002 Peter Jeremy wrote: PJ> It looks like you've run out of kernel memory. At a quick guess, one PJ> of the nfsd processes is trying to open a file and can't allocate PJ> space for another inode whilst holding locks on other inodes. The PJ> lockup is either due to the lack of KVM, or the inode locks are PJ> migrating up towards root and gathering more processes under their PJ> clutches until nothing can run. PJ> If you monitor the memory usage with "vmstat -m", you should be PJ> able to see the free memory drop to zero, possibly all eaten by PJ> the "FFS node". Here's what "vmstat -m" says about "FFS node": Memory statistics by type Type Kern Type InUse MemUse HighUse Limit Requests Limit Limit Size(s) ... FFS node152293 76147K 76479K102400K 3126467 0 0 512 ... And this is even without the backup and the lock-up. Definitely "FFS node" is hitting the limit while all other values are far below limits. Could you tell me how I can increase "FFS node" limit further? Regards, Sergey Gershtein To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message