TWSD-451 - Unable to turn on WebUI cause by memory overload

Review Request #675 — Created Feb. 24, 2025 and updated — Latest diff uploaded

kevin.poh
APV10
rel_apv_10_7
TWSD-451
timlai, weikai

The issue is caused by memory overload in the /var folder.
To address this, a new CLI command is introduced to free up disk space in the /var folder. The files that will be deleted include:
- .core
- .rrd
- .out
Located under /var/crash and /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 var command in the CLI successfully removes the intended files upon verification.

    Loading...