NFS client over udp

Rick Macklem rmacklem at uoguelph.ca
Sun Feb 20 18:02:44 UTC 2011


> --- On Fri, 2/18/11, Kirill Yelizarov 
> > > On Fri, Feb 18, 2011 at 05:27:00AM
> > > -0800, Kirill Yelizarov wrote:
> > > > I have a reproducible memory leak when using nfs
> > > client with an old
> > > > nfs server 
> 
> and mbufs used
> 8193/1722/9915 mbufs in use (current/cache/total)
> 8192/1264/9456/25600 mbuf clusters in use (current/cache/total/max)
> 8192/605 mbuf+clusters out of packet secondary zone in use
> (current/cache)
> 0/768/768/12800 4k (page size) jumbo clusters in use
> (current/cache/total/max)
> 0/0/0/6400 9k jumbo clusters in use (current/cache/total/max)
> 0/0/0/3200 16k jumbo clusters in use (current/cache/total/max)
> 18432K/6030K/24462K bytes allocated to network (current/cache/total)
> 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters)
> 0/0/0 requests for jumbo clusters denied (4k/9k/16k)
> 0/0/0 sfbufs in use (current/peak/max)
> 0 requests for sfbufs denied
> 0 requests for sfbufs delayed
> 0 requests for I/O initiated by sendfile
> 0 calls to protocol drain routines
> 
> Kirill
> 
You could try the attached patch. It fixes the only places in the
client side krpc over udp that seems mights cause a leak. I have no
idea if it will help, since these cases should rarely, if ever,
happen in practice.

Please let us know if you have the chance to try the patch and
whether or not it helped.

rick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clntdg.patch
Type: text/x-patch
Size: 990 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20110220/4ca2fe5e/clntdg.bin


More information about the freebsd-stable mailing list