Problem Symptom
During the inspection using SmartKit, the memory inspection item of the active FSM node fails.
Problem Diagnosis
1. Log in to the active FSM node.
2. Run the top -u fdadmin -c command to check the memory usage. The command output shows that the three Python processes occupy a large amount of memory.

Causes
Memory leakage occurs in the Python processes. After the Python processes run for a long time, the memory usage increases.
Solution
Log in to the active FSM node.
Run the bash /opt/fusionstorage/deploymanager/servicetool/bin/servicetool.sh restart command to release the memory occupied by the Python processes.
Run the top -u fdadmin -c command to check the released memory.