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