iothread true

This commit is contained in:
tolerryan
2024-11-18 23:57:03 -06:00
parent d61242a8e7
commit afc5cd7706

View File

@@ -28,7 +28,7 @@ resource "proxmox_vm_qemu" "grail" {
discard = true discard = true
# #emulatessd = true # #emulatessd = true
asyncio = "threads" asyncio = "threads"
iothread = 1 iothread = true
size = "32G" size = "32G"
storage = "nvme" storage = "nvme"
} }