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

Commit 331d46c3 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: I9f7aacdd376e5c54eb318d680e6ae3f8a7717808
parents 2591f830 af54d1a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,7 @@ int main(int argc __unused, char** argv)
    limitProcessMemory(
    limitProcessMemory(
        "ro.media.maxmem", /* property that defines limit */
        "ro.media.maxmem", /* property that defines limit */
        SIZE_MAX, /* upper limit in bytes */
        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);
    signal(SIGPIPE, SIG_IGN);
    MiniJail();
    MiniJail();