mirror of
https://github.com/dockur/windows.git
synced 2025-12-23 15:33:15 +00:00
Increase resource limits for Windows container
This commit is contained in:
parent
eee6957fb3
commit
505594466b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user