Open AryanNanda17 opened 9 months ago
Hi @AryanNanda17, sorry to hear about this issue. Which version of Docker Desktop are you using? Which version of macOS?
Hii @dgageot M1 Mac Version - 14.0 and Docker version 24.0.7
Mac OS 14.0 had some ugly Rosetta bugs. Could you try to upgrade to 14.2
?
Also, you shared the version of Docker but could you give us the version of Docker Desktop? You should see in on the About dialog:
I updated to 14.3 but the issue persists. Could you please try to reproduce the issue on your end:-
Sure, let me give it a try!
@AryanNanda17 I'm able to reproduce on 4.26.1 but It doesn't happen until I open one of the exercises. I'll try on 4.27
@AryanNanda17 It does also reproduce on 4.27. It mostly comes from the gzServer
process which runs Gazebo as an emulated process.
I tried to run it with Qemu instead of Rosetta but it's even worth, it'll just panic.
I'm afraid there's not much we can do in Docker Desktop for now.
One thing you can do is give the container only a portion of your CPU cores so that it doesn't use them all. This can be done by adding --cpus X
to your command. e.g --cpus 3
. Hope this helps a bit.
It doesn't help much but thanks for looking into this issue.
I've got similar issue and maybe related to this. M3 Pro, Sonoma 14.3, amd64 docker image, rosetta emulation - Docker Desktop(4.27.1). After update to .NET Core 8.0 all containers constantly 100% cpu usage.
Description
I am trying to run an amd64 docker image on my Mac m1 using rosetta emulation. But on running the image the CPU usage becomes very high and the Disk read/write also. Due to this, the webpage becomes very laggy. Please help me in figuring out what to do.
Reproduce
Expected behavior
No response
docker version
docker info
Diagnostics ID
385cd9da-7c16-4874-b37a-1f72d353808e/20240127175757
Additional Info
No response