Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PAGE_BLOCK_MAX_ORDER
:
( CONFIG_ARCH_FORCE_MAX_ORDER = CONFIG_0 ) && ( CONFIG_ARCH_FORCE_MAX_ORDER != CONFIG_0 )
The page block order refers to the power of two number of pages that are physically contiguous and can have a migrate type associated to them. The maximum size of the page block order is at least limited by ARCH_FORCE_MAX_ORDER/MAX_PAGE_ORDER.
This config adds a new upper limit of default page block order when the page block order is required to be smaller than ARCH_FORCE_MAX_ORDER/MAX_PAGE_ORDER or other limits (see include/linux/pageblock-flags.h for details).
Reducing pageblock order can negatively impact THP generation success rate. If your workloads use THP heavily, please use this option with caution.
Don't change if unsure.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - P index
Automatically generated (in year 2025). See also LKDDb sources on GitLab