cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
483
Views
0
Helpful
3
Replies

cisco 4500 fragmented Memory

Hi,

 

Pls confirm how to check fragmented memory is increasing or not in 45xx switch

 

 

# sh memory summary
                        Head        Total(b)         Used(b)        Free(b)          Lowest(b)  Largest(b)
Processor   12B5908C   491417456   175424828   315992628    42059476    58732640

 

Br/
 

3 Replies 3

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

For just fragmentation, watch for a decrease in the last two values.

Hi,

 

How to check what process/interrupt is causing the memory fragment issue & how to rectify that.

 

Br/Subhojit

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

You don't.  Something to open a TAC case for.

 

Understand, certain features of IOS dynamically use memory, and as IOS doesn't garbage collect, so memory fragmentation is normal.  However, if you're low on free memory, this memory fragmentation may cause issues (when processes are unable to obtain the memory they want).  The solution is to insure there's adequate free memory.  (Either increase RAM in device or stop using some features that use much internal memory.)

 

It's also possible, bugs in IOS will allocate and not release RAM, i.e. a memory leak.  For these either you'll need Cisco to investigate, or you might try determining if newer IOS version has already corrected issue.