如何为Android模拟器分配超过4GB的空间?

问题描述 投票:0回答:1

我的 CI 服务器中有一个 Android 模拟器设置。我注意到当我用超过 4GB 的 RAM 启动它时,例如。

emulator -avd myEmulator -m 6144

,出现警告消息:

pc_memory_init: above 4g size: 4000000

当我使用 adb 检查 RAM 大小时,它回落到 4GB。

如何为模拟器分配超过4GB的空间?

android android-studio android-emulator cicd qemu
1个回答
0
投票

您可以使用下面提供的设置来调整 Android Studio 以及模拟器使用的内存设置。

Settings option

Adjust the settings

根据您的要求调整内存设置。

© www.soinside.com 2019 - 2024. All rights reserved.