Name
log_buf_len — Set the size of the kernel log buffer.
Synopsis
log_buf_len=
n
[
KMG
]
Description
Set the size of the kernel's internal log buffer.
n
must be a power of 2, if not, it will be
rounded up to be a power of two.
This value can also be changed by the
CONFIG_LOG_BUF_SHIFT kernel configuration value.