170

I am on my M1 Mac mini (Big Sur 11.3.1). I got a message that I am running out of RAM and should close some apps. I saw this process called qemu-system-aarch64 that takes up to 3GB of RAM. I don't know what it does and cannot stop it either. What is it and why does it eat up so much RAM?

enter image description here

Kirby
  • 316
Redbeard
  • 1,823

3 Answers3

237

This process belongs to an application you've installed yourself.

To find out more, select the process in Activity Monitor and press Cmd-I to open the Process Information window. You should see the name of the process which started it at the top, and the path to the binary itself near the top of the 3rd tab (open files and ports).

nohillside
  • 100,768
156

It was Docker for Mac!

There is no clear name indication that this is a Docker process, so you can't clearly spot it in the Activity Monitor unless you use View -> All Processes, Hierarchically or view the process origin with +I.

Stopping Docker releases the resources.

Github issue

chris
  • 111
Vladyslav Didenko
  • 141
  • 1
  • 2
  • 3
7

I guess you are a developer and you are using some sort of Android emulator. I too have a Mac, and this process refers to the Android Studio emulator I use for debugging.