mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #193] Increase emulator Storage #137
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
The installed packages are the ones that come by default under the container.
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!
@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:
I will now close the issue, thanks!