mirror of
https://github.com/dockur/windows.git
synced 2026-02-03 17:27:21 +00:00
Update resource limits in codespaces configuration
This commit is contained in:
parent
143be4d594
commit
a6970fb001
@ -3,9 +3,10 @@ services:
|
|||||||
container_name: windows
|
container_name: windows
|
||||||
image: ghcr.io/dockur/windows
|
image: ghcr.io/dockur/windows
|
||||||
environment:
|
environment:
|
||||||
RAM_SIZE: "half"
|
RAM_SIZE: "12GB"
|
||||||
DISK_SIZE: "max"
|
DISK_SIZE: "1TB"
|
||||||
CPU_CORES: "max"
|
CPU_CORES: "2"
|
||||||
|
VGA: "virtio-gpu"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
- /dev/net/tun
|
- /dev/net/tun
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user