google / android-emulator-container-scripts

Apache License 2.0
1.9k stars 269 forks source link

How can I increase the storage space on the emulator? #252

Open kelly987654 opened 3 years ago

kelly987654 commented 3 years ago

How can I increase the storage space on the emulator? It looks like it only starts with about 4GB total and 500 MB free. Thanks!

trevjonez commented 3 years ago

here is how I do it.

diskSize="2G"
grep "disk.dataPartition.size=${diskSize}" emu/templates/avd/Pixel2.avd/config.ini ||
  sed -i"" -e "s/$(grep "disk.dataPartition.size" 'emu/templates/avd/Pixel2.avd/config.ini')/disk.dataPartition.size=${diskSize}/g" 'emu/templates/avd/Pixel2.avd/config.ini'