December 2006
Intermediate to advanced
202 pages
8h 29m
English
log_buf_len — Set the size of the kernel log buffer.
log_buf_len=
n[KMG]
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.