Use one CPU by default
This commit is contained in:
parent
ac6dc96d69
commit
32c91bc0ba
@ -109,7 +109,7 @@ func NewQemuSystem(arch arch, kernel Kernel, drivePath string) (q *QemuSystem, e
|
|||||||
q.drivePath = drivePath
|
q.drivePath = drivePath
|
||||||
|
|
||||||
// Default values
|
// Default values
|
||||||
q.Cpus = 2
|
q.Cpus = 1
|
||||||
q.Memory = 512 // megabytes
|
q.Memory = 512 // megabytes
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user