You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ Starting Windows for Docker v4.00...
❯ For support visit https://github.com/dockur/windows
❯ CPU: AMD Ryzen 7 2700X Eight Core Processor | RAM: 7/8 GB | DISK: 42 GB (ext4) | HOST: 6.8.0-48...
❯ Warning: your configured RAM_SIZE of 6 GB is very close to the 7 GB of memory available, please consider a lower value.
❯ Booting Windows using QEMU v9.1.0...
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,7CCD9614-2FC1-4769-8343-4017DD677380,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,7CCD9614-2FC1-4769-8343-4017DD677380,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...
root@ubuntu:~/windows#
Screenshots (optional)
The text was updated successfully, but these errors were encountered:
Operating system
ubuntu 24.04
Description
the windows vm is really slow and the cpu cores of the vm are 100% all the time even im idle
Docker compose
GNU nano 7.2 docker-compose.yml services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "2022"
VMX: "Y"
DISK_SIZE: "50G"
RAM_SIZE: "6G"
CPU_CORES: "2"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
volumes:
- /root/windows:/storage
Docker log
❯ Starting Windows for Docker v4.00...
❯ For support visit https://github.com/dockur/windows
❯ CPU: AMD Ryzen 7 2700X Eight Core Processor | RAM: 7/8 GB | DISK: 42 GB (ext4) | HOST: 6.8.0-48...
❯ Warning: your configured RAM_SIZE of 6 GB is very close to the 7 GB of memory available, please consider a lower value.
❯ Booting Windows using QEMU v9.1.0...
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,7CCD9614-2FC1-4769-8343-4017DD677380,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,7CCD9614-2FC1-4769-8343-4017DD677380,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
❯ Windows started succesfully, visit http://localhost:8006/ to view the screen...
root@ubuntu:~/windows#
Screenshots (optional)
The text was updated successfully, but these errors were encountered: