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