Increase the size of the dmesg buffer

Bump it to 256K, as discussed in the community kernel meeting on Mar 30, 2012
This commit is contained in:
Josh Boyer 2012-04-04 14:43:32 -04:00
parent 7c5e45e7c3
commit 541804a28d
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_BUF_SHIFT=18
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
# CONFIG_EXPERT is not set