Skip to content

Commit a3a2782

Browse files
tehcasterJonathan Corbet
authored andcommitted
Documentation, mm/unaccepted: document accept_memory kernel parameter
The accept_memory kernel parameter was added in commit dcdfdd4 ("mm: Add support for unaccepted memory") but not listed in the kernel-parameters doc. Add it there. Acked-by: "Kirill A. Shutemov" <kirill.shutemov@linux.intel.com> Signed-off-by: Vlastimil Babka <vbabka@suse.cz> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231214-accept_memory_param-v2-1-f38cd20a0247@suse.cz
1 parent b77fdd6 commit a3a2782

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Documentation/admin-guide/kernel-parameters.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
accept_memory= [MM]
2+
Format: { eager | lazy }
3+
default: lazy
4+
By default, unaccepted memory is accepted lazily to
5+
avoid prolonged boot times. The lazy option will add
6+
some runtime overhead until all memory is eventually
7+
accepted. In most cases the overhead is negligible.
8+
For some workloads or for debugging purposes
9+
accept_memory=eager can be used to accept all memory
10+
at once during boot.
11+
112
acpi= [HW,ACPI,X86,ARM64,RISCV64]
213
Advanced Configuration and Power Interface
314
Format: { force | on | off | strict | noirq | rsdt |

0 commit comments

Comments
 (0)