TWSD-451 - Unable to turn on WebUI cause by memory overload
Review Request #675 — Created Feb. 24, 2025 and updated
| Information | |
|---|---|
| kevin.poh | |
| APV10 | |
| rel_apv_10_7 | |
| TWSD-451 | |
| Reviewers | |
| timlai, weikai | |
The issue is caused by memory overload in the
/varfolder.
To address this, a new CLI command is introduced to free up disk space in the/varfolder. The files that will be deleted include:
-.core
-.rrd
-.out
Located under/var/crashand/var/crash/statmon.
Additional folders may be added later, but for now, these are the primary directories selected.The CLI command to clear these folders will be:
clear directory var
Running the
clear directory varcommand in the CLI successfully removes the intended files upon verification.
