1 # memtoy test - lazy migrate 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 touch foo r
10 #numa
11 #pause
12 # lazy mig, but add wait to force touch
13 mbind foo 0 8p bind+m+w 2
14 where foo
15 touch foo r
16 #numa
17