• 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 [move], but add wait to force touch
13mbind zerofile-16m bind+move+wait 2
14where zerofile-16m
15numa
16