From: Jing-Wei Su <jwsu1986@gmail.com>
To: qemu-devel@nongnu.org
Subject: COLO PVM and SVM's memory usages
Date: Tue, 3 Mar 2020 23:36:06 +0800 [thread overview]
Message-ID: <CAFKS8hWF_sRFpGpWGka-QQdy6eB5XvH39Z3tAOttHtSStEBi1A@mail.gmail.com> (raw)
Hello,
I've found the SVM consumes lots of memory than expected.
After booting the PVM and SVM with "-m 1024", PVM consumes 1GB, but
SVM consumes 3.2GB.
After PVM died and SVM takes over, the SVM consumes 2.1GB.
Any idea about why the SVM consumes lots of memory?
Thanks!
Memory usage of PVM
#~/libvirt# cat /proc/9661/status |grep VmRS
VmRSS: 1080828 kB
Memory usage of SVM
#~/libvirt# cat /proc/9696/status |grep VmRS
VmRSS: 3199476 kB
Memory usage of SVM after PVM died
# cat /proc/9696/status |grep VmRS
VmRSS: 2144200 kB
Sincerely,
Jing-Wei
reply other threads:[~2020-03-03 15:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFKS8hWF_sRFpGpWGka-QQdy6eB5XvH39Z3tAOttHtSStEBi1A@mail.gmail.com \
--to=jwsu1986@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).