Closed Bug 1546453 Opened 5 years ago Closed 5 years ago

Increase android x86 7.0 emulator's data partition size, for gtest

Categories

(Firefox for Android Graveyard :: Testing, task)

task
Not set
normal

Tracking

(firefox68 fixed)

RESOLVED FIXED
Firefox 68
Tracking Status
firefox68 --- fixed

People

(Reporter: gbrown, Assigned: aerickson)

References

Details

Attachments

(1 file)

We recently added support for mach gtest on Android, which needs to install the very large gtest libxul.so on /data. That was working well with the x86 7.0 emulator just a few days ago, but today I'm running out of space on /data pretty consistently.

Let's increase the size of the /data partitions in the avd.

We increased partition sizes in bug 1519588 earlier this year. https://bugzilla.mozilla.org/show_bug.cgi?id=1519588#c5 says the x86 and 4.3 emulators are maxed out, so let's just update the x86 7.0 avd.

Partition size can be updated by simply changing the config.ini file in the avd. Let's go big! This worked for me locally:

disk.dataPartition.size=3500M

See Also: → 1519588, 1318091
Type: defect → task
Assignee: nobody → aerickson
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/06ead1ed1ba4
Increase android x86 7.0 emulator's data partition size r=gbrown
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68

I run into the same issue right now and changing disk.dataPartition.size works fine (thanks to :gbrown). But I am wondering why my local emulator image still uses the old value? I guess that's because the local image created before landing this?

(In reply to Hiroyuki Ikezoe (:hiro) from comment #5)

I guess that's because the local image created before landing this?

Yes, that's probably the issue. You can get a new local image by run mach android-emulator with the --force-update option. Be aware that your existing image - with any installed apps or whatever - will be deleted.

Thanks for the info! I didn't notice the --force-update option at all.

Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: