1 # memtoy test - lazy migration of entire 16M mapped file 2 # requires ./zerofile-16m 3 # 4 numa 5 file zerofile-16m 6 map zerofile-16m 7 mbind zerofile-16m preferred 1 8 touch zerofile-16m w 9 where zerofile-16m 10 numa 11 #pause 12 # lazy mig [move], but add wait to force touch 13 mbind zerofile-16m bind+move+wait 2 14 where zerofile-16m 15 numa 16