commit | 3d75ea011a026fc6103fffa5a2e9d086ad1d7b11 | [log] [tgz] |
---|---|---|
author | xiaomei.li <xiaomei.li@unisoc.com> | Tue Mar 11 09:54:21 2025 +0800 |
committer | Xiaomei Li <xiaomei.li@unisoc.com> | Mon Mar 10 20:24:57 2025 -0700 |
tree | d2ce426cd2932cd55fb7ceab50bc994c1f469889 | |
parent | 82040a8c5b16e50326db810170cd18ee00273b8f [diff] |
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
diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index 720cb30..42cdb91 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json
@@ -597,7 +597,7 @@ "Params": { "Name": "MemSoftLimit", - "Value": "16MB" + "Value": "16M" } }, { @@ -619,7 +619,7 @@ "Params": { "Name": "MemSoftLimit", - "Value": "512MB" + "Value": "512M" } }, {