Hello,
I’m running aaPanel on a VPS (Ubuntu 22.04) and I want to manually clear RAM cache, similar to how we use RAMMap on Windows to clear the standby list or empty working sets.
Here is my current memory status:
root@server:~# free -h
total used free shared buff/cache available
Mem: 11Gi 2.6Gi 8.3Gi 104Mi 743Mi 8.7Gi
Swap: 0B 0B 0B
root@server:~#
Linux automatically uses RAM for caching, which is normal, but sometimes I want to manually reset/clear the cache to free up RAM instantly.
Thanks.