mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +00:00
Update resource allocation in compose.yml
This commit is contained in:
parent
505594466b
commit
f6b40b5d42
1 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@ services:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
environment:
|
environment:
|
||||||
VERSION: "11"
|
VERSION: "11"
|
||||||
DISK_SIZE: "8TB" # main system disk, becomes Drive C:
|
DISK_SIZE: "2TB" # main system disk, becomes Drive C:
|
||||||
MEMORY: "1024G" # optional: allocate 1TB RAM
|
MEMORY: "1TB" # optional: allocate 1TB RAM
|
||||||
ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
|
ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
|
||||||
MANUAL: "Y" # optional: allocate 1TB RAM
|
MANUAL: "Y" # optional: allocate 1TB RAM
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue