-->

2011-04-18

kvmのdebian(lenny)のcpu数

debianでsmpの指定が-smp 2だけの場合に起動しない。
centos5.6,fedora14の場合は指定しなくても起動する。
/usr/bin/kvm -k ja -m 2048 -cpu phenom -smp 2,maxcpus=2,cores=2 \
-hda /mnt/share/kvm/debian/debian.img \
-net nic,macaddr=52:54:00:12:34:57 -net tap,ifname=tap1,script=no,downscript=no &
$ kvm --help | grep "^-smp" -A6
-smp n[,maxcpus=cpus][,cores=cores][,threads=threads][,sockets=sockets]
                set the number of CPUs to 'n' [default=1]
                maxcpus= maximum number of total cpus, including
                offline CPUs for hotplug, etc
                cores= number of CPU cores on one socket
                threads= number of threads on one CPU core
                sockets= number of discrete sockets in the system
しばらくすると反応が無くなるので、多分止まっているので、-smp指定無しにした。

設定を変更して様子を見た。
/usr/bin/kvm -k ja -m 2048 -cpu phenom -smp 2,maxcpus=2,cores=1,threads=1,sockets=2 \
-hda /mnt/share/kvm/debian/debian.img \
-net nic,macaddr=52:54:00:12:34:57 -net tap,ifname=tap1,script=no,downscript=no &

0 件のコメント: