[Bug 288638] "kern.ipc.nmbufs limit reached" when running BGP and OSPF over Wireguard

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 08 Aug 2025 16:42:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288638

John Baldwin <jhb@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhb@FreeBSD.org,
                   |                            |kevans@freebsd.org

--- Comment #1 from John Baldwin <jhb@FreeBSD.org> ---
Maybe use `netstat -m` to look at memory allocation statistics over time and
see if the count of `mbufs` and/or `mbuf clusters` is steadily increasing over
time?  A steady increase could indicate a memory leak.

-- 
You are receiving this mail because:
You are the assignee for the bug.