docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

define number of cpus on emulator

Open ljubo2015 opened this issue 4 years ago • 2 comments

Hello all, I am having issue to figure out how to increase number of CPU's available for avd (emulator). When i connect over adb and check cpu count its always 2? Is there any option to increase this during creation time or by changing maybe base image?

Any suggestion is more then welcome!

ljubo2015 avatar Aug 27 '21 12:08 ljubo2015

// 4 cores 4GB memory -e EMULATOR_ARGS="-cores 4 -memory 4096"

titanseason avatar Feb 28 '22 01:02 titanseason

What about storage? It’s very low

Aerosane avatar Aug 23 '22 13:08 Aerosane