Open phivanloi opened 1 year ago
Hello, what version of Docker Desktop are you using?
Hello, what version of Docker Desktop are you using?
Dear Lorenrh
I have the same issue where it's using up all the memory from my wsl vm
the containers don't seem to use any significant ram but just the docker i guess. I tried adding memory
constraint in the wsl.conf for docker-desktop
inside linux but it didn't work. Can't change all VMs memory limit since I am using wsl for other work too
I have the same issue where it's using up all the memory from my wsl vm the containers don't seem to use any significant ram but just the docker i guess. I tried adding
memory
constraint in the wsl.conf fordocker-desktop
inside linux but it didn't work. Can't change all VMs memory limit since I am using wsl for other work too
about five day i will restart docker desktop to clean high memory usage
This has been a frustrating issue for me as well. I have 128GB of RAM, and somehow, Docker Desktop + WSL are gobbling up all of it. The actual RAM usage for containers is minimal in comparison (pulling data from Grafana using the Docker plugin). I suspect the 48GB RAM limit I set in my .wslconfig
is being used by both Docker Desktop and WSL entirely, and the autoMemoryReclaim is not working.
As others mentioned, I need to restart Docker pretty much every 5 days. I have noticed this issue since the release of 4.19 fwiw (https://github.com/docker/for-win/issues/13393#issuecomment-1518676215)
Issue persists in 4.23.0
[wsl2]
memory=48GB # Limits VM memory in WSL2 to 64GB
kernel=C:\\Kernel\\bzImage
[experimental]
autoMemoryReclaim=gradual
I'm facing this problem too. I have to reboot to solve this problem
this seems duplicate of https://github.com/docker/for-win/issues/13589 🤔
Description
after run a day. My server is high memory with docker desktop backend.
Reproduce
run a day
Expected behavior
fix memory usage
docker version
docker info
Diagnostics ID
7A530F83-53E2-4E08-B9D7-304A1C2DF643
Additional Info
No response