-
-
Save ayush/9320790 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ free -g | |
total used free shared buffers cached | |
Mem: 7 4 2 0 0 2 | |
-/+ buffers/cache: 1 5 | |
Swap: 0 0 0 | |
$ free -m | |
total used free shared buffers cached | |
Mem: 7454 4450 3004 0 168 2695 | |
-/+ buffers/cache: 1586 5868 | |
Swap: 0 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment