Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 256 Bytes

RAM_Memory.md

File metadata and controls

11 lines (7 loc) · 256 Bytes

Memory available on the System.

There are multiple ways to know the amount of memory available on system from command line.

  • free -m
  • cat /proc/meminfo

To get similar info on OSX (can be used on other linux distros), use the command

  • top
  • vm_stat