• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# memtoy test - lazy migration of entire 16M mapped file
2# requires ./zerofile-16m
3#
4numa
5file zerofile-16m
6map zerofile-16m
7mbind zerofile-16m preferred 1
8touch zerofile-16m w
9where zerofile-16m
10numa
11#pause
12# lazy mig -- no wait
13mbind zerofile-16m bind+move 2
14# NOTE:  get_mempolicy(...,'NODE|'ADDR) will fault in
15# pages to get nodes.  Forces migration at this point
16where zerofile-16m
17numa
18