Astrowarp data package

I see that you've already received a response on how to check memory usage in other threads.

Here are a few additional points:

  1. HTOP provides a more user-friendly interface, and you can install and use it with the following commands:
opkg update && opkg install htop
htop
# Then you can sort by clicking the MEM column
  1. If you want to track memory usage over time, you can consider installing luci-app-statistics:
opkg update && opkg install luci-app-statistics

Afterwards, you can configure and use it in LuCI → Statistics.