budtmo / budtmo/docker-android
[🐛 Bug ]: memory increase failed
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
### 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_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.