[c-nsp] Error Msgs

Karol Mares karol.mares at gmail.com
Sun Sep 2 09:41:21 EDT 2007


Hi,

On 9/2/07, Paul Stewart <paul at paulstewart.org> wrote:
>
> Hi there....
>
> There's lots of memory free on the box...
>
> There's about 1000 devices connected to it - do I need to fine tune
> buffers?
> Also, am providing DHCP services to all these devices...
>
> Thanks!
>
> dis2-rtr-tu#sh processes memory sorted
> Processor Pool Total:  948488604 Used:   20778360 Free:  927710244
>       I/O Pool Total:   39845376 Used:   14150160 Free:   25695216
>
> PID TTY  Allocated      Freed    Holding    Getbufs    Retbufs Process
>    0   0   57090732   16619932   28420708          0          0 *Init*
> 130   0    1570744        428     974472          0          0 DHCPD
> Receive



>From what i can see here , it is a IP Input process.Chunk can not be
allocated when the box is running out of memory, the memory is fragmented
from the malloc(),  free() functions or if the malloc() function wants to
allocate 0 size of chunk. It is also possible that the memory was bit
fragmented and there were many DHCP requests send on the box.

I have seen silimiar chunk problem on 3825 running EzVPN server

--
         iso


More information about the cisco-nsp mailing list