Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bf7e172 authored by Pawin Vongmasa's avatar Pawin Vongmasa Committed by android-build-merger
Browse files

Merge \"Increase the memory limit of media.extractor to 20%.\" into nyc-dev

am: af54d1a6

Change-Id: I93133431f102d05458237fc55f7901bda590bd99
parents dbcce362 af54d1a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ int main(int argc __unused, char** argv)
    limitProcessMemory(
        "ro.media.maxmem", /* property that defines limit */
        SIZE_MAX, /* upper limit in bytes */
        10 /* upper limit as percentage of physical RAM */);
        20 /* upper limit as percentage of physical RAM */);

    signal(SIGPIPE, SIG_IGN);
    MiniJail();