Use 4 vcpus by default
This commit is contained in:
parent
bfe64ab4ba
commit
d426b8e749
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user