From a1fee212e7ea12e8c2162e9fddfe83c3bdcfd2f9 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Apr 04 2012 18:47:00 +0000 Subject: Increase the size of the dmesg buffer Bump it to 256K, as discussed in the community kernel meeting on Mar 30, 2012 --- diff --git a/config-generic b/config-generic index 299df87..33cb509 100644 --- a/config-generic +++ b/config-generic @@ -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