dockur / windows

Windows inside a Docker container.
MIT License
17.49k stars 1.5k forks source link

How to increase memory RAM without reinstalling the docker #607

Open lmargit opened 3 months ago

lmargit commented 3 months ago

Operating system

Ubuntu 24.04

Description

The windows 11 docker is working and functional (Ubuntu 24.04). I installed it originally with RAM_SIZE = "16GB" Now I want to expand the RAM memory to 24GB. I edited the compose changing the RAM to 24GB. I restarted the windows session, no change. I restarted the computer, and it did not change either. Windows is still showing 16GB

Docker compose

services: windows: image: dockurr/windows container_name: windows environment: VERSION: "win11" DISK_SIZE: "256G" RAM_SIZE: "24G" CPU_CORES: "6" devices:

Docker log

I do not how to extract/find the log file from a docker

Screenshots (optional)

Screenshot from 2024-06-14 10-20-58