From a661dc03f7ce8eaaf5ab6791794ee0796d464e36 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Fri, 24 May 1991 17:29:43 +0000 Subject: [PATCH] Changed the page size parameter to a OS supplied value. --- ldb/core.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ldb/core.h b/ldb/core.h index 9179650f3..65b013388 100644 --- a/ldb/core.h +++ b/ldb/core.h @@ -1,5 +1,4 @@ - -#define CORE_PAGESIZE (4*1024) +#define CORE_PAGESIZE OS_VM_DEFAULT_PAGESIZE #define CORE_MAGIC (('C' << 24) | ('O' << 16) | ('R' << 8) | 'E') #define CORE_END 3840 #define CORE_NDIRECTORY 3861 -- GitLab