1 # memtoy test 1l - single 8 page anon segment
2 #
3 numa
4 anon foo 8p
5 map foo
6 mbind foo preferred 1
7 touch foo w
8 where foo
9 numa
10 #pause
11 # lazy mig, but add wait to force touch
12 mbind foo bind+m+w 2
13 where foo
14 touch foo r
15 migrate 2
16 where foo
17 numa
18