[Xorp-users] RAM-Usage

Pavlin Radoslavov pavlin@icir.org
Tue, 13 Dec 2005 18:58:15 -0800


> 
> --cWoXeonUoKmBZSoM
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> Content-Transfer-Encoding: quoted-printable
> 
> On Fri, Dec 09, 2005 at 12:36:39PM -0800, Pavlin Radoslavov wrote:
> > >   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
> > > 28960 root      15   0  653m 345m 1780 S  1.7 68.6 427:26.51 xorp_pimsm4
> > The memory usage seems a little bit too high. BTW, is it growing
> > over time or is it a relatively constant.
> 
> today:
> PID   USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND       =
>    =20
> 28960 root      15   0  653m 345m 1780 S  1.7 68.7 432:51.23 xorp_pimsm4   =
>    =20

So it doesn't look like a memory leak.

My guess is that there is some transient queueing that is built
during startup. This queueing may be triggered by the
large bw of the senders (e.g., because of the userland PIM Register
encapsulation).
For example, on transmission all protocol messages are queued inside
xorp_pimsm4, and this includes the PIM Register messages with the
encapsulated data packets.

Please let me know if you are willing to investigate further this
issue and then we can do it offline.

Pavlin