I will test the memory sharing present in kvm-83.
In this manner i will use this method for the win2k machines:
http://www.linux-kvm.com/content/get-performance-boost-backing-your-kvm-guest-hugetlbfs
mkdir /hugepages
mount -t hugetlbfs hugetlbfs /hugepages
reboot
and
in rc.local
echo 296 > /proc/sys/vm/nr_hugepages
and in the VMID.conf a parameter like this
mem-path: /hugepages
If this parameter exists then the kvm startup should be the same as always with
the parameter –mem-path /hugepages
The real question for Dietmar:
could you add into the interface of "Create machine" a flag like this:
Use page sharing?
If flagged then the web interface should write the mem-path into VMID.conf
The rest is into QemuServer.pm
Is it possible to have this change?
Tx for your work Dietmar & Friends, the solution is very good.
Ciao
This week i'm not in office and despite my answer can take a little more time
Is anyone interested on this cange?
This solution can help when using multi desktop machines.
Same RAM - multiple sessions
In this manner i will use this method for the win2k machines:
http://www.linux-kvm.com/content/get-performance-boost-backing-your-kvm-guest-hugetlbfs
mkdir /hugepages
mount -t hugetlbfs hugetlbfs /hugepages
reboot
and
in rc.local
echo 296 > /proc/sys/vm/nr_hugepages
and in the VMID.conf a parameter like this
mem-path: /hugepages
If this parameter exists then the kvm startup should be the same as always with
the parameter –mem-path /hugepages
The real question for Dietmar:
could you add into the interface of "Create machine" a flag like this:
Use page sharing?
If flagged then the web interface should write the mem-path into VMID.conf
The rest is into QemuServer.pm
Is it possible to have this change?
Tx for your work Dietmar & Friends, the solution is very good.
Ciao
This week i'm not in office and despite my answer can take a little more time
Is anyone interested on this cange?
This solution can help when using multi desktop machines.
Same RAM - multiple sessions
Last edited: