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
|
||||
image: ghcr.io/dockur/windows
|
||||
environment:
|
||||
RAM_SIZE: "half"
|
||||
DISK_SIZE: "max"
|
||||
CPU_CORES: "max"
|
||||
RAM_SIZE: "12GB"
|
||||
DISK_SIZE: "1TB"
|
||||
CPU_CORES: "2"
|
||||
VGA: "virtio-gpu"
|
||||
devices:
|
||||
- /dev/kvm
|
||||
- /dev/net/tun
|
||||
|
||||
Loading…
Reference in New Issue
Block a user