mirror of
https://github.com/unraid/webgui.git
synced 2026-05-07 04:41:03 -05:00
Merge pull request #2419 from SimonFair/Change-W11-VM-Defaults
Fix: Change Windows11 defaults
This commit is contained in:
@@ -196,12 +196,19 @@ class Array2XML {
|
||||
'domain' => [
|
||||
'ovmf' => 2,
|
||||
'mem' => 4096 * 1024,
|
||||
'maxmem' => 4096 * 1024
|
||||
'maxmem' => 4096 * 1024,
|
||||
'vcpus' => 2,
|
||||
'vcpu' => [0,1],
|
||||
],
|
||||
'disk' => [
|
||||
[
|
||||
'size' => '64G'
|
||||
]
|
||||
],
|
||||
'nic'=>[
|
||||
[
|
||||
'model' => 'e1000'
|
||||
]
|
||||
]
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user