clean-pager-20838
11/03/2022, 12:05 AMlimactl info
shows
"cpuType": {
"aarch64": "cortex-a72",
"riscv64": "rv64",
"x86_64": "host"
},
"cpus": 4,
"memory": "4GiB",
fast-garage-66093
11/03/2022, 12:15 AMlimactl info
shows the settings from the default.yaml
template. You should use limactl ls
to inspect the settings of a specific instance.clean-pager-20838
11/03/2022, 12:15 AMfast-garage-66093
11/03/2022, 12:17 AMlimactl
to interact with the RD instance, but it is ok if you know what you are doing, and are careful. E.g. you cannot use limactl start
on the RD instance and expect it to start up the same way it would as if RD controlled it.clean-pager-20838
11/03/2022, 12:17 AM/proc/cpu
on the host and inside rdctl shell
fast-garage-66093
11/03/2022, 12:19 AMps -ef | grep qemu
, do you see that it runs with -cpu host
?/proc/cpu
on the host, I assume you are on Linux. Are you using a recent version of qemu
?clean-pager-20838
11/03/2022, 12:20 AMemu-system-x86_64 -m 16384 -cpu host -machine q35,accel=kvm -smp 6,sockets=1,cores=6,threads=1
QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.23)
fast-garage-66093
11/03/2022, 12:22 AMclean-pager-20838
11/03/2022, 12:23 AMfast-garage-66093
11/03/2022, 12:24 AM