memory-management.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [memory-management]
www.codever.land/bookmarks/t/memory-management
5 Commands for Checking Memory Usage in Linux
https://www.linux.com/learn/5-commands-checking-memory-usage-linux
free -megrep --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