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

Commit 3d75ea01 authored by xiaomei.li's avatar xiaomei.li Committed by Xiaomei Li
Browse files

The unit of memory.soft_limit_in_bytes(memcg v1) or memory.low(memcg v2)...

The unit of memory.soft_limit_in_bytes(memcg v1) or memory.low(memcg v2) should be 'M', 'MB' is the invalid argument.

Bug: 402259910
Change-Id: I683bfd21dc287e98bc3d0d272729368b406af7f3
parent 82040a8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -597,7 +597,7 @@
          "Params":
          {
            "Name": "MemSoftLimit",
            "Value": "16MB"
            "Value": "16M"
          }
        },
        {
@@ -619,7 +619,7 @@
          "Params":
          {
            "Name": "MemSoftLimit",
            "Value": "512MB"
            "Value": "512M"
          }
        },
        {