tracer0tong / android-emulator

Yet another Docker container with Android SDK and Android emulator
Apache License 2.0
246 stars 95 forks source link

Can I config memory of the emulator? What is the default memory of the emulator? #27

Closed Ming-Zhe closed 6 years ago

tracer0tong commented 6 years ago

Please check startup script, it creates and starts VM with "emulator" command. You can check options in https://developer.android.com/studio/run/emulator-commandline.html Search for "-memory" on that page.

Ming-Zhe commented 6 years ago

@tracer0tong Thank you for your response. The startup script you mean "entrypoint.sh"?

tracer0tong commented 6 years ago

Yes, last lines of this file.

Ming-Zhe commented 6 years ago

Thank you, I will try.