memcg: Modify memcg async reclaim
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8BCV4 -------------------------------- 1) Split async memcg reclaim from reclaim_high to async_reclaim_high, which will make async memcg reclaim pressure stall can be getted in psi. 2) There is no use to call async reclaim in memory.high setting, just remove it. 3) Set default memcg async reclaim ratio is 100, which means just call memory.high(without async reclaim). And the ratio range is (10, 100]. Signed-off-by:Lu Jialin <lujialin4@huawei.com>
Loading
Please sign in to comment