1
0
Fork 0

Use one CPU by default

timestamps
dump_stack() 2018-09-22 10:13:58 +00:00
parent ac6dc96d69
commit 32c91bc0ba
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ func NewQemuSystem(arch arch, kernel Kernel, drivePath string) (q *QemuSystem, e
q.drivePath = drivePath
// Default values
q.Cpus = 2
q.Cpus = 1
q.Memory = 512 // megabytes
return