Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 Bug ]: memory increase failed #392

Open
sh4deimi opened this issue Oct 17, 2023 · 1 comment
Open

[🐛 Bug ]: memory increase failed #392

sh4deimi opened this issue Oct 17, 2023 · 1 comment
Labels

Comments

@sh4deimi
Copy link

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

@sh4deimi sh4deimi added the bug label Oct 17, 2023
@huancun
Copy link

huancun commented Feb 17, 2024

我打包了一个docker镜像
huancun26/docker-android:emulator_11.0
只需要添加
-e ram=4096
就可以模拟内存仍然是4096m内存

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants