[Bug 588293] Re: Memory leak
Serge Hallyn
serge.hallyn at ubuntu.com
Thu Jun 24 13:44:41 BST 2010
David and Chris, could you please try to reproduce with the packages in
ppa:serge-hallyn/virt, which was created with the exact tree which I would
like to propose for merge into lucid-proposed? You can try it by doing
(as root):
cat >> /etc/apt/sources.list.d/serge-hallyn-virt.list << EOF
deb http://ppa.launchpad.net/serge-hallyn/virt/ubuntu lucid main
EOF
apt-get update
apt-get upgrade
I then ran
spew -g --raw --statistics -t -v 5G foo
in two guests at the same time, while doing
while [ 1 ]; do
for p in `pidof kvm`; do
grep RSS /proc/$p/status
done
sleep 10s
echo
done
on the host. Neither guest exceeded its assigned memory size with this
package on my system.
Please let me know if it fixes the memory leak for you.
--
Memory leak
https://bugs.launchpad.net/bugs/588293
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
More information about the Ubuntu-server-bugs
mailing list