Skip to content

Instantly share code, notes, and snippets.

@christian-marie
Created November 8, 2014 01:35
Show Gist options
  • Save christian-marie/4744c94a537b6a3bfb45 to your computer and use it in GitHub Desktop.
Save christian-marie/4744c94a537b6a3bfb45 to your computer and use it in GitHub Desktop.
root@a005 ~ # cat /proc/buddyinfo
Node 0, zone DMA 1 0 1 1 1 1 1 0 1 1 3
Node 0, zone DMA32 1343 10432 17643 15075 7721 2429 891 264 41 0 0
Node 0, zone Normal 8553 177548 171495 92449 55937 25275 10835 4712 1495 0 0
Node 1, zone Normal 33779 103158 190284 74350 37246 24498 14280 7306 1967 278 2
root@a005 ~ # echo 3 > /proc/sys/vm/drop_caches
root@a005 ~ # echo 1 > /proc/sys/vm/compact_memory
root@a005 ~ # cat /proc/buddyinfo
Node 0, zone DMA 1 0 1 1 1 1 1 0 1 1 3
Node 0, zone DMA32 14261 16596 18636 14409 7362 2363 1040 358 89 0 0
Node 0, zone Normal 102250 215591 184565 103388 53463 24318 10653 4890 1686 335 20
Node 1, zone Normal 233717 178542 194390 87815 41469 22517 13385 6991 2209 912 76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment