Skip to content
Snippets Groups Projects
Commit 7e58ef09 authored by Shuide Chen's avatar Shuide Chen Committed by Liang Ji
Browse files

memory: use new stratedy for all R+ device [2/2]


SWPL-59636

Problem:
cma shrinker is not standard implement, which may cause
app being unexpected killed

Solution:
use lmkd to kill app.
disable cma shrinker

Signed-off-by: default avatarShuide Chen <shuide.chen@amlogic.com>
Change-Id: I9e510f837047fdb2c8617efb3ba403c69d8f1b9c
parent 5852c3bd
No related branches found
No related tags found
No related merge requests found
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
cma_shrinker { cma_shrinker {
compatible = "amlogic, cma-shrinker"; compatible = "amlogic, cma-shrinker";
status = "okay"; status = "disabled";
adj = <0 100 200 250 900 950>; adj = <0 100 200 250 900 950>;
free = <18432 23040 27648 32256 36864 46080>; free = <18432 23040 27648 32256 36864 46080>;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment