migrate already accessed memory allocations.
Christos Margiolas <[email protected]> Mon, 6 Dec 2010 00:37:32 +0100
| Newsgroups | org.kernel.vger.linux-numa |
|---|---|
| Message-ID | <[email protected]> |
Hello, How can I move already allocated and accessed memory to a different node? I know how to do it, if the memory pages are not faulted, but in my code I want to transfer enough megabytes of data to an other node for processing them locally. Thanks Christos