1# memtoy test - manual migrate single 1g interleaved anon segment 2# interleave across (0,1); then migrate to (2,3) 3numa 4anon foo 1g 5map foo 6mbind foo interleaved 0,1 7touch foo w 8where foo 8p 64p 9numa 10#pause 11# lazy mig, but add wait to force touch 12mbind foo interleaved+m+w 2,3 13touch foo r 14where foo 8p 64p 15numa 16