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

Commit ddb50a0d authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Increase the memory limit of media.extractor to 20%.

Bug: 29185862
Change-Id: I130ef8504dc93738a413554ae1a340864ae395c6
parent 09b5fd9c
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();