Update resource limits in codespaces configuration

This commit is contained in:
tyleristhegoar-stack 2026-02-06 09:31:41 -05:00 committed by GitHub
parent 588969ae5f
commit 699d1ff775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,9 @@ services:
container_name: windows
image: ghcr.io/dockur/windows
environment:
RAM_SIZE: "half"
DISK_SIZE: "max"
CPU_CORES: "max"
RAM_SIZE: "90GB "
DISK_SIZE: "2TB"
CPU_CORES: "100"
devices:
- /dev/kvm
- /dev/net/tun