Skip to content

Commit

Permalink
arch: config: loongarch: use 16K pages in deepin_loongarch_desktop_co…
Browse files Browse the repository at this point in the history
…nfig

While using 4K pages may provide better performance, this configuration will
degrade compatibility with certain applications (especially those built upon
Electron, i.e., Tencent QQ).

Use 16K pages instead, as most distributions currently do.

Signed-off-by: Mingcong Bai <[email protected]>
  • Loading branch information
MingcongBai committed May 27, 2024
1 parent 87cc59b commit b9c198b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/loongarch/configs/deepin_loongarch_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CONFIG_PROFILING=y
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_HZ_1000=y
CONFIG_4KB_4LEVEL=y
CONFIG_16KB_3LEVEL=y
CONFIG_NUMA=y
CONFIG_ARCH_FORCE_MAX_ORDER=12
CONFIG_ARCH_IOREMAP=y
Expand Down

0 comments on commit b9c198b

Please sign in to comment.