Bookmarks tagged [memory-management]
https://www.linux.com/learn/5-commands-checking-memory-usage-linux
free -m
egrep --color 'Mem|Cache|Swap' /proc/meminfo
- This will produce an easy to read listing of all entries that contain Mem, Cache, and Swap ... with a splash of color- tags: linux, memory-management