diff options
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 34a363f91b46..a5f4004e8705 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt | |||
@@ -2877,6 +2877,17 @@ | |||
2877 | /sys/module/printk/parameters/console_suspend) to | 2877 | /sys/module/printk/parameters/console_suspend) to |
2878 | turn on/off it dynamically. | 2878 | turn on/off it dynamically. |
2879 | 2879 | ||
2880 | novmcoredd [KNL,KDUMP] | ||
2881 | Disable device dump. Device dump allows drivers to | ||
2882 | append dump data to vmcore so you can collect driver | ||
2883 | specified debug info. Drivers can append the data | ||
2884 | without any limit and this data is stored in memory, | ||
2885 | so this may cause significant memory stress. Disabling | ||
2886 | device dump can help save memory but the driver debug | ||
2887 | data will be no longer available. This parameter | ||
2888 | is only available when CONFIG_PROC_VMCORE_DEVICE_DUMP | ||
2889 | is set. | ||
2890 | |||
2880 | noaliencache [MM, NUMA, SLAB] Disables the allocation of alien | 2891 | noaliencache [MM, NUMA, SLAB] Disables the allocation of alien |
2881 | caches in the slab allocator. Saves per-node memory, | 2892 | caches in the slab allocator. Saves per-node memory, |
2882 | but will impact performance. | 2893 | but will impact performance. |