|
echo no | avdmanager create avd --force --name test --abi "$TARGET/$ARCH" --package "system-images;android-$API_LEVEL;$TARGET;$ARCH" |
You can add a -memory 8192 argument to set the RAM to 8GB.
The documentation mentions that the max value for this argument is 4096, but I think it's outdated. Check the log to see if 8192 is not ignored.
Good luck
AppArt/.cirrus.yml
Line 19 in 5a7f087
You can add a
-memory 8192argument to set the RAM to 8GB.The documentation mentions that the max value for this argument is 4096, but I think it's outdated. Check the log to see if 8192 is not ignored.
Good luck