[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Xen Memory de-duplication
On Thu, Apr 21, 2016 at 9:13 AM, Maryam Masoudian <maryammasoudian@xxxxxxxxx> wrote:
Xen won't magically share memory across VMs for you, you need to decide what pages want to share and among what VMs. Take a look at https://github.com/tklengyel/drakvuf/blob/master/src/xen_helper/xen_helper.c#L197 for an example on how you can dedup the entire memory of two identical VMs. And as I already mentioned, you can see memory shared across VMs by using the libxc library, as you can see at https://github.com/tklengyel/drakvuf/blob/master/src/xen_helper/xen_helper.c#L245. Tamas _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |