From 31b4f98f67893ca92171d5030d969892e8fad2d5 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 27 Apr 2008 03:06:09 +0000 Subject: [PATCH] Increased the default paranoia slot count to a more realistic level. We're a bit limited since that increases the kernel size the boot loader needs to reserve. We should probably make that configurable as well. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25206 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/config_headers/paranoia_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config_headers/paranoia_config.h b/build/config_headers/paranoia_config.h index c95c5da6d7..b083ddebd0 100644 --- a/build/config_headers/paranoia_config.h +++ b/build/config_headers/paranoia_config.h @@ -9,7 +9,7 @@ // number of check slots (should depend on the components for which checks // are enabled) -#define PARANOIA_SLOT_COUNT 1024 +#define PARANOIA_SLOT_COUNT (32 * 1024) // macros that enable paranoia checks for individual components