Created
July 23, 2013 17:56
-
-
Save terriyu/6064609 to your computer and use it in GitHub Desktop.
Troubleshooting MongoDB connection problems, checking for out-of-memory errors in the kernel, but running "df" in the vagrant VM doesn't return anything out-of-the-ordinary.
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
| $ df | |
| Filesystem 1K-blocks Used Available Use% Mounted on | |
| /dev/mapper/precise64-root 82711212 11900608 66668320 16% / | |
| udev 1016708 4 1016704 1% /dev | |
| tmpfs 410308 296 410012 1% /run | |
| none 5120 0 5120 0% /run/lock | |
| none 1025768 0 1025768 0% /run/shm | |
| cgroup 1025768 0 1025768 0% /sys/fs/cgroup | |
| /dev/sda1 233191 24974 195776 12% /boot | |
| /vagrant 30963708 25486872 5476836 83% /vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment