update localdb template

This commit is contained in:
Arthur Lu 2025-02-13 20:01:41 +00:00
parent aa40d1f577
commit 87ebb6b679

View File

@ -25,13 +25,13 @@
}, },
"memory": { "memory": {
"global": { "global": {
"max": 131072 "max": 137438953472
}, },
"nodes": {} "nodes": {}
}, },
"swap": { "swap": {
"global": { "global": {
"max": 131072 "max": 137438953472
}, },
"nodes": {} "nodes": {}
}, },
@ -103,12 +103,20 @@
"value": "host", "value": "host",
"resource": null "resource": null
}, },
"machine": {
"value": "q35",
"resource": null
},
"net0": { "net0": {
"value": "virtio,bridge=vmbr0,tag=10,rate=1000", "value": "virtio,bridge=vmbr0,tag=10,rate=1000",
"resource": { "resource": {
"name": "network", "name": "network",
"amount": 1000 "amount": 1000
} }
},
"scsihw": {
"value": "virtio-scsi-single",
"resource": null
} }
} }
}, },