Update resource limits in codespaces configuration

This commit is contained in:
Freddy4343 2026-01-12 10:05:13 -05:00 committed by GitHub
parent 143be4d594
commit a6970fb001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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