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

Commit af54d1a6 authored by Pawin Vongmasa's avatar Pawin Vongmasa Committed by Android (Google) Code Review
Browse files

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

parents 642c0275 ddb50a0d
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();