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