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 66e055d commit 1b10555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/loongarch/configs/deepin_loongarch_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_HZ_1000=y
CONFIG_NR_CPUS=256
CONFIG_16KB_3LEVEL=y
CONFIG_NUMA=y
CONFIG_ARCH_FORCE_MAX_ORDER=12
CONFIG_ARCH_IOREMAP=y
Expand Down

0 comments on commit 1b10555

Please sign in to comment.