From 87ebb6b679b3d65be42fe343ee09254c005accd2 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 13 Feb 2025 20:01:41 +0000 Subject: [PATCH] update localdb template --- template.localdb.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/template.localdb.json b/template.localdb.json index aeb8650..04e4f83 100644 --- a/template.localdb.json +++ b/template.localdb.json @@ -25,13 +25,13 @@ }, "memory": { "global": { - "max": 131072 + "max": 137438953472 }, "nodes": {} }, "swap": { "global": { - "max": 131072 + "max": 137438953472 }, "nodes": {} }, @@ -103,12 +103,20 @@ "value": "host", "resource": null }, + "machine": { + "value": "q35", + "resource": null + }, "net0": { "value": "virtio,bridge=vmbr0,tag=10,rate=1000", "resource": { "name": "network", "amount": 1000 } + }, + "scsihw": { + "value": "virtio-scsi-single", + "resource": null } } },