Use 4 vcpus by default

This commit is contained in:
Bruce Leidl 2023-08-03 08:35:54 -04:00
parent bfe64ab4ba
commit d426b8e749

View File

@ -34,7 +34,7 @@ impl VmConfig {
pub fn new() -> VmConfig {
let mut config = VmConfig {
ram_size: 256 * 1024 * 1024,
ncpus: 1,
ncpus: 4,
verbose: false,
rootshell: false,
wayland: true,