1#memtoy test 3 -- shared memory segments 2numa 3shm foo 1m 4shm bar 1m 5show 6map foo 7mbind foo preferred 1 8map bar 9mbind bar preferred 2 10touch foo w 11numa 12touch bar w 13numa 14where foo 128 64p 15where bar 128 64p 16migrate 3 17numa 18where foo 128 64p 19where bar 128 64p 20numa 21show 22unmap foo 23unmap bar 24show 25