From 63306b0f64ef093c1f5c0bf7521b2f4b1916fd87 Mon Sep 17 00:00:00 2001 From: idroz Date: Thu, 18 Dec 2025 23:04:30 +0000 Subject: [PATCH] update vm emulation params --- qemu/ops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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