Re: mbuf denied problem

2006-06-02 Thread Robert Watson
On Mon, 22 May 2006, Robert Watson wrote: i have a problem with mbuf... when all my free memory is gone ( i have 2gb ram) and memory allocation looks like this: I recently received an informal problem report that there is a problem with the "denied" statistics gathering, so I think it's like

Re: mbuf denied problem

2006-05-21 Thread Robert Watson
On Sun, 21 May 2006, Peter J. Blok wrote: On Sunday 21 May 2006 21:28, Robert Watson wrote: On Sat, 20 May 2006, Robert Watson wrote: On Fri, 19 May 2006, OxY wrote: i have a problem with mbuf... when all my free memory is gone ( i have 2gb ram) and memory allocation looks like this: I rec

Re: mbuf denied problem

2006-05-21 Thread Peter J. Blok
On Sunday 21 May 2006 21:28, Robert Watson wrote: > On Sat, 20 May 2006, Robert Watson wrote: > > On Fri, 19 May 2006, OxY wrote: > >> i have a problem with mbuf... when all my free memory is gone ( i have > >> 2gb ram) and memory allocation looks like this: > > > > I recently received an informal

Re: mbuf denied problem

2006-05-21 Thread Robert Watson
On Sat, 20 May 2006, Robert Watson wrote: On Fri, 19 May 2006, OxY wrote: i have a problem with mbuf... when all my free memory is gone ( i have 2gb ram) and memory allocation looks like this: I recently received an informal problem report that there is a problem with the "denied" statisti

Re: mbuf denied problem

2006-05-21 Thread Gabor MICSKO
On Sat, 2006-05-20 at 14:11 +0200, OxY wrote: > thank you, i'll try it in a couple of days! > it's sad that it's a returning question and no patch from the developers. Yes, It's a returning question. http://marc.theaimsgroup.com/?l=freebsd-net&m=114305945916474&w=2 -- Micskó Gábor HP APS, AI

RE: mbuf denied problem

2006-05-20 Thread Robert Watson
On Sat, 20 May 2006, Peter Blok wrote: I have posted a reply to similar questions a couple of times. Although I'm subscribed to freebsd-net I never saw the answer appear in the list. The ... denied counts is coming from calling uma_reclaim, which will in the end call uma_zfree_internal which

RE: mbuf denied problem

2006-05-20 Thread Peter Blok
ay, May 20, 2006 2:12 PM To: Peter Blok; freebsd-net@freebsd.org Subject: Re: mbuf denied problem - Original Message - From: "Peter Blok" <[EMAIL PROTECTED]> To: "'OxY'" <[EMAIL PROTECTED]>; Cc: "'Jin Guojun [VFFS]'" <[EMAI

Re: mbuf denied problem

2006-05-20 Thread OxY
- Original Message - From: "Peter Blok" <[EMAIL PROTECTED]> To: "'OxY'" <[EMAIL PROTECTED]>; Cc: "'Jin Guojun [VFFS]'" <[EMAIL PROTECTED]> Sent: Saturday, May 20, 2006 1:50 PM Subject: RE: mbuf denied problem

RE: mbuf denied problem

2006-05-20 Thread Peter Blok
Hi, I have posted a reply to similar questions a couple of times. Although I'm subscribed to freebsd-net I never saw the answer appear in the list. The ... denied counts is coming from calling uma_reclaim, which will in the end call uma_zfree_internal which is increasing the fail counter. I am n

Re: mbuf denied problem

2006-05-20 Thread Robert Watson
On Fri, 19 May 2006, OxY wrote: i have a problem with mbuf... when all my free memory is gone ( i have 2gb ram) and memory allocation looks like this: I recently received an informal problem report that there is a problem with the "denied" statistics gathering, so I think it's likely that's