Add option to specify AVD heap size (#245)

This commit is contained in:
Tim Malseed
2022-04-26 23:36:59 +10:00
committed by GitHub
parent 689ee971a8
commit cc3dd8cbef
6 changed files with 21 additions and 2 deletions
+2
View File
@@ -21,6 +21,8 @@ inputs:
default: 2
ram-size:
description: 'size of RAM to use for this AVD, in KB or MB, denoted with K or M. - e.g. `2048M`'
heap-size:
description: 'size of heap to use for this AVD in MB. - e.g. `512M`'
sdcard-path-or-size:
description: 'path to the SD card image for this AVD or the size of a new SD card image to create for this AVD, in KB or MB, denoted with K or M. - e.g. `path/to/sdcard`, or `1000M`'
disk-size: