mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +00:00
Update resource limits in codespaces configuration
This commit is contained in:
parent
143be4d594
commit
a6970fb001
1 changed files with 4 additions and 3 deletions
|
|
@ -3,9 +3,10 @@ services:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
image: ghcr.io/dockur/windows
|
image: ghcr.io/dockur/windows
|
||||||
environment:
|
environment:
|
||||||
RAM_SIZE: "half"
|
RAM_SIZE: "12GB"
|
||||||
DISK_SIZE: "max"
|
DISK_SIZE: "1TB"
|
||||||
CPU_CORES: "max"
|
CPU_CORES: "2"
|
||||||
|
VGA: "virtio-gpu"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
- /dev/net/tun
|
- /dev/net/tun
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue