android-emulator-container-scripts
android-emulator-container-scripts copied to clipboard
Severe memory leak in process "qemu-system-x86"
We're using the emulator container to run automation test, along with the tests execution I found the memory usage of the container keep increasing, and it will exhaust the host's memory in the end.
And I confirmed it's the process qemu-system-x86
leaking in the container.
I tried to execute adb reboot
on the emulator, it will only restart the emulator system, not the qemu-system-x86
process, so it's not working.
I am using emulator emulator-30.5.4.zip
Any solutions?
I think I'm seeing this as well, any updates on this?