Description

SSR Memory exceeded: 90%

Symptoms

Alarm has been generated against the SSR router with high memory utilisation.

Solution

Check the alarm and platform memory utilised.


# show alarms

# show platform memory


From the root shell, check the process which has consumed most memory.

# ps aux --sort="%mem" | head


Check the allocated system memory and how much used by system

# free -mh


Typically process which consumed high memory are "highway", "mist-agent service", influxdb etc.


Diagnose the process for any abnormal usage in case of high memory consumption of the processes.





Modification History

2024-11-26 : Article Created