[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Memory de-duplication (Persistent pages)
To solve memory deduplication in Xen using Gpu : Current problem : If Memory deduplication is done on Cpu ,a lot of memory is used for data structures and lot of computation time is wasted in finding duplicate page and becomes waste, if duplicate page is not found. Proposed GPU solution: Let Gpu perform seraching for a shared page using multiple threads in parallel,improving searching operation and save data structures on GPU device memory ,which is possible. Communication between Cpu and Gpu can be done using inter processor synchronization which is also possible. Cpu process will run as a daemon that will invoke gpu process when ever deduplication is scheduled / if performance is good enough then for every page written in memory. Correct me , if anything is wrong. On Mon, Sep 6, 2010 at 11:05 PM, Dan Magenheimer <dan.magenheimer@xxxxxxxxxx> wrote: In my opinion, both could be useful projects. -- Kaustubh Kabra http://www.kaustubhwise.000a.biz _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |