summaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 91bdfd8facc5..661af88f8eb0 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -134,7 +134,7 @@
#define clrnd(i) (((i) + (CLSIZE-1)) &~ (CLSIZE-1))
#endif
-#define CBLOCK 64 /* Clist block size, must be a power of 2. */
+#define CBLOCK 128 /* Clist block size, must be a power of 2. */
#define CBQSIZE (CBLOCK/NBBY) /* Quote bytes/cblock - can do better. */
/* Data chars/clist. */
#define CBSIZE (CBLOCK - sizeof(struct cblock *) - CBQSIZE)