[issue1806] DFBSD 2.7.3 - mbuf exhausted while rsync to a NFS

Matthew Dillon dillon at apollo.backplane.com
Wed Aug 18 14:15:17 PDT 2010


    Ok, this should be fixed now.  nfs_realign() was calling m_copyback()
    which was allocating the mbuf chain using normal mbufs instead of
    cluster bufs, causing the normal mbufs to get blown out on machines
    with low amounts of memory.

						-Matt





More information about the Bugs mailing list