diff options
Diffstat (limited to 'sys/arch/m88k/include/param.h')
-rw-r--r-- | sys/arch/m88k/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/param.h b/sys/arch/m88k/include/param.h index 877025d9cc2..c940a9ce5b6 100644 --- a/sys/arch/m88k/include/param.h +++ b/sys/arch/m88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.20 2016/09/03 14:25:27 bluhm Exp $ */ +/* $OpenBSD: param.h,v 1.21 2018/09/14 13:58:20 claudio Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. @@ -64,7 +64,7 @@ #define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */ #define USPACE_ALIGN 0 /* u-area alignment 0-none */ -#define NMBCLUSTERS (4 * 1024) /* max cluster allocation */ +#define NMBCLUSTERS (8 * 1024) /* max cluster allocation */ #ifndef MSGBUFSIZE #define MSGBUFSIZE PAGE_SIZE |