Created
June 20, 2015 22:39
-
-
Save sixtyfive/25676054582497032625 to your computer and use it in GitHub Desktop.
OpenWRT memory problem
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
jrs@DerGargoyle:/mnt$ date ; free ; dd if=/dev/zero of=file bs=1M count=20 ; free ; rm file ; free ; date | |
Sat Jun 20 23:42:02 CEST 2015 | |
total used free shared buffers | |
Mem: 126416 45120 81296 0 5892 | |
-/+ buffers: 39228 87188 | |
Swap: 2097148 0 2097148 | |
20+0 records in | |
20+0 records out | |
total used free shared buffers | |
Mem: 126416 65876 60540 0 5892 | |
-/+ buffers: 59984 66432 | |
Swap: 2097148 0 2097148 | |
total used free shared buffers | |
Mem: 126416 45020 81396 0 5900 | |
-/+ buffers: 39120 87296 | |
Swap: 2097148 0 2097148 | |
Sat Jun 20 23:42:25 CEST 2015 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment