Increase resource limits for Windows container

This commit is contained in:
498148-sys 2025-12-22 09:58:46 -05:00 committed by GitHub
parent eee6957fb3
commit 505594466b
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: "2TB"
DISK_SIZE: "2TB"
CPU_CORES: "2TB"
RAM_SIZE: "4TB"
DISK_SIZE: "4TB"
CPU_CORES: "5"
devices:
- /dev/kvm
- /dev/net/tun