diff --git a/qemu/ops.go b/qemu/ops.go index 6e10303..00cea46 100644 --- a/qemu/ops.go +++ b/qemu/ops.go @@ -380,7 +380,7 @@ func (c *MachineConfig) GetAccel() string { } } log.Println("Note: defaulting to QEMU tiny codegen. Emulation overhead may be significant.") - return "tcg,tb-size=1024,thread=multi" + return "tcg,tb-size=2048,thread=multi" } // Start starts up an Alpine VM