[GH-ISSUE #193] Increase emulator Storage #137

Closed
opened 2026-03-01 15:40:49 +03:00 by kerem · 1 comment
Owner

Originally created by @jmam6392 on GitHub (Aug 24, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/193

When running the Samsung Galaxy S6 emulator from budtmo/docker-android-x86-9.0, the storage left is very small.

A fresh start on the emulator is already taking 89½ of the storage.

image

The installed packages are the ones that come by default under the container.

image

Can the internal storage be increased for the avd to at least 16.0GB? From my point of view 4.0GB nowadays is not enough.

Thanks for your work!

Originally created by @jmam6392 on GitHub (Aug 24, 2019). Original GitHub issue: https://github.com/budtmo/docker-android/issues/193 When running the Samsung Galaxy S6 emulator from budtmo/docker-android-x86-9.0, the storage left is very small. A fresh start on the emulator is already taking 89½ of the storage. ![image](https://user-images.githubusercontent.com/22202488/63635125-1f402100-c65f-11e9-808a-684483cf1a71.png) The installed packages are the ones that come by default under the container. ![image](https://user-images.githubusercontent.com/22202488/63635111-fa4bae00-c65e-11e9-83e3-f2150def6365.png) Can the internal storage be increased for the avd to at least 16.0GB? From my point of view 4.0GB nowadays is not enough. Thanks for your work!
kerem closed this issue 2026-03-01 15:40:50 +03:00
Author
Owner

@jmam6392 commented on GitHub (Aug 25, 2019):

There is an Environment Variable ready for us so that we can increase the storage.
In my case I was able to increase the Internal Memory to 8GB just by adding the following line into my Dockerfile:

  • ENV DATAPARTITION 8000m

I will now close the issue, thanks!

<!-- gh-comment-id:524618756 --> @jmam6392 commented on GitHub (Aug 25, 2019): There is an Environment Variable ready for us so that we can increase the storage. In my case I was able to increase the Internal Memory to 8GB just by adding the following line into my Dockerfile: - ENV DATAPARTITION 8000m I will now close the issue, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-android#137
No description provided.