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 -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

Contents

  1. 1Bookmarks tagged [memory-management]
  2. 2www.codever.land/bookmarks/t/memory-management