16 KB log buffer is too small, so let's enlarge it to 1 MB.
Signed-off-by: MORITA Kazutaka <[email protected]>
---
include/logger.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/logger.h b/include/logger.h
index 6b4a399..66b114b 100644
--- a/include/logger.h
+++ b/include/logger.h
@@ -36,7 +36,7 @@ union semun {
struct seminfo *__buf;
};
-#define LOG_SPACE_SIZE 16384
+#define LOG_SPACE_SIZE 1048576
#define MAX_MSG_SIZE 256
struct logmsg {
--
1.5.6.5
--
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog