diff options
Diffstat (limited to 'sys/arch/mips64/include/param.h')
-rw-r--r-- | sys/arch/mips64/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h index 19363ad1643..b789d9c0007 100644 --- a/sys/arch/mips64/include/param.h +++ b/sys/arch/mips64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.35 2016/09/03 14:25:27 bluhm Exp $ */ +/* $OpenBSD: param.h,v 1.36 2018/09/14 13:58:20 claudio Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -62,7 +62,7 @@ #define USPACE_ALIGN (2 * PAGE_SIZE) /* align to an even TLB boundary */ #endif -#define NMBCLUSTERS (8 * 1024) /* max cluster allocation */ +#define NMBCLUSTERS (64 * 1024) /* max cluster allocation */ #ifndef MSGBUFSIZE #if PAGE_SHIFT > 12 |