[ Bug ]: memory increase failed

Author: sh4deimiCreated Oct 17, 2023Updated Jun 19, 2026
Labelsbug

Operating System

Ubuntu 20.05

Docker Image

budtmo/docker-android:emulator_13.0

Expected behaviour

I've created a container using the following command:

android@android13:~$ docker run -d -p 5900:5900 -p 4723:4723 -e WEB_VNC=false -e VNC_PASSWORD=xxxxxxxxx -e EMULATOR_DEVICE="Samsung Galaxy S10" -e EMULATOR_MEMORY=4096m -e EMULATOR_DATA_PARTITION=900m -e APPIUM=true --device /dev/kvm --name android-container budtmo/docker-android:emulator_13.0

and i was expecting a 4096m RAM for the emulator

Actual behaviour

the emulatory memory is still 2048m.

Logs

No response