Created
November 8, 2014 01:37
-
-
Save christian-marie/5a6553a5b5fbd11f7cfd 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
root@a006 ~ # cat /proc/buddyinfo | |
Node 0, zone DMA 1 0 1 1 1 1 1 0 1 1 3 | |
Node 0, zone DMA32 611 162 11718 13371 8910 3151 553 127 17 0 0 | |
Node 0, zone Normal 8273 725 140722 98296 51919 30097 12783 3721 960 0 0 | |
Node 1, zone Normal 44944 80907 149363 125764 68301 31908 12931 3584 1177 0 0 | |
root@a006 ~ # echo 1 > /proc/sys/vm/compact_memory | |
root@a006 ~ # cat /proc/buddyinfo | |
Node 0, zone DMA 1 0 1 1 1 1 1 0 1 1 3 | |
Node 0, zone DMA32 707 169 11721 13350 8910 3151 553 127 17 0 0 | |
Node 0, zone Normal 9390 791 140727 98228 51902 30098 12783 3721 960 0 0 | |
Node 1, zone Normal 43885 80951 149362 125762 68294 31907 12932 3584 1177 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment