Skip to content

Commit

Permalink
disable memcg
Browse files Browse the repository at this point in the history
We had disabled CONFIG_MEMCG due to page fault regression and
KMI enabled the feature to support vendor who want to use the
feature. Since Pixel kernel don't use MEMCG, let's disable it
to minimize overhead.

Bug: 194817310
Signed-off-by: Minchan Kim <[email protected]>
Change-Id: I074cbc1157cf92a82f203834e30996bb46cf807f
  • Loading branch information
Minchan Kim committed Jul 28, 2021
1 parent 7bc8561 commit 18fa4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/google/gs101.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
};

chosen {
bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7 earlycon=exynos4210,mmio32,0x10A00000 console=ttySAC0,115200n8 clocksource=arch_sys_counter root=/dev/ram0 androidboot.hardware.platform=gs101 androidboot.debug_level=0x4948 firmware_class.path=/vendor/firmware reserve-fimc=0xffffff90f9fe0000 clk_ignore_unused loop.max_part=7 coherent_pool=4M no_console_suspend nokaslr softlockup_panic=1 sysrq_always_enabled";
bootargs = "rcupdate.rcu_expedited=1 rcu_nocbs=0-7 earlycon=exynos4210,mmio32,0x10A00000 console=ttySAC0,115200n8 clocksource=arch_sys_counter root=/dev/ram0 androidboot.hardware.platform=gs101 androidboot.debug_level=0x4948 firmware_class.path=/vendor/firmware reserve-fimc=0xffffff90f9fe0000 clk_ignore_unused loop.max_part=7 coherent_pool=4M no_console_suspend nokaslr softlockup_panic=1 sysrq_always_enabled cgroup_disable=memory";
};

odm: odm {
Expand Down

0 comments on commit 18fa4a2

Please sign in to comment.