03-16-2023 02:58 PM
In this guide about halfway through it describes "show memory debug leaks summary"
in order for me to store memory leaks do I need to set it like so?
set memory debug incremental starting-time
I'm asking if the router stores memory leaks by default as well or does it need to be enabled with the above command.
The guide doesn't seem to clarify if setting memory debug-incremental needs to be set.
Solved! Go to Solution.
03-17-2023 04:07 AM
I read the doc. you share
and I am sure that the router/Sw never save the memory leak, and you need above command to start save it.
but the issue when I read doc. where the R/SW save it in which file in which dir.
that why I not answer you.
but sure you need this command to start save memory leak,
03-16-2023 05:55 PM
Bump, if anyone knows this off top of their head, im currently looking into it
03-17-2023 04:07 AM
I read the doc. you share
and I am sure that the router/Sw never save the memory leak, and you need above command to start save it.
but the issue when I read doc. where the R/SW save it in which file in which dir.
that why I not answer you.
but sure you need this command to start save memory leak,
03-17-2023 02:31 PM
the doc also said:
The Memory Leak Detector feature is a tool that can be used to detect memory leaks on a router that is running Cisco IOS software. The Memory Leak Detector feature is capable of finding leaks in all memory pools, packet buffers, and chunks.
Your software release may not support all the features documented in this module.
"Memory leaks are static or dynamic allocations of memory that do not serve any useful purpose. Although technology is available for detection of leaks among statically allocated memory, in this document the focus is on memory allocations that are made dynamically."
I assumed if setting it up and checking for large amounts of leaks might've been useful, it seemed like an interesting feature.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide