about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/custommem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/custommem.c b/src/custommem.c
index d093528f..3906621f 100644
--- a/src/custommem.c
+++ b/src/custommem.c
@@ -2129,7 +2129,7 @@ typedef union hotpage_s {
     uint64_t    x;
 } hotpage_t;
 #define HOTPAGE_MAX ((1<<28)-1)
-#define N_HOTPAGE   16
+#define N_HOTPAGE   8
 #define HOTPAGE_MARK 64
 #define HOTPAGE_DIRTY 1024
 static hotpage_t hotpage[N_HOTPAGE] = {0};