From owner-freebsd-questions Wed Sep 5 11:52:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jdl.com (chrome.jdl.com [209.39.144.2]) by hub.freebsd.org (Postfix) with ESMTP id 1FE9037B409 for ; Wed, 5 Sep 2001 11:52:17 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=jdl.com) by jdl.com with esmtp (Exim 3.32 #1) id 15ehmV-0001oj-00; Wed, 05 Sep 2001 13:52:11 -0500 To: Francesco Casadei Cc: questions@freebsd.org Subject: Re: No memory for rx list? In-reply-to: Your message of "Wed, 05 Sep 2001 20:30:10 +0200." <20010905203010.A1829@goku.kasby> Clarity-Index: null Threat-Level: none Software-Engineering-Dead-Seriousness: There's no excuse for unreadable code. Net-thought: If you meet the Buddha on the net, put him in your Kill file. Date: Wed, 05 Sep 2001 13:52:09 -0500 From: Jon Loeliger Message-Id: 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 So, like Francesco Casadei was saying to me just the other day: > > from xl(4) manpage: > > xl%d: no memory for rx list The driver failed to allocate an mbuf for > the receiver ring. > > xl%d: no memory for tx list The driver failed to allocate an mbuf for > the transmitter ring when allocating a pad buffer or collapsing an mbuf > chain into a cluster. > > You're running low on mbufs. What does netstat -m show? > > Francesco Casadei Yep, low mbufs. Good question. It shows: www 1429 # netstat -m 137/1248/4096 mbufs in use (current/peak/max): 131 mbufs allocated to data 6 mbufs allocated to packet headers 129/1024/1024 mbuf clusters in use (current/peak/max) 2360 Kbytes allocated to network (76% of mb_map in use) 180 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines This is currently a semi-quiet network. Is most of that 76% now dead space? At least we're not freeing free mbufs! jdl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message