May help ports builders to not run out of memory.
Lots of agreement and OK n2k18@
-/* $OpenBSD: param.h,v 1.4 2018/08/09 12:19:32 patrick Exp $ */
+/* $OpenBSD: param.h,v 1.5 2018/09/08 20:12:54 claudio Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
#define USPACE (UPAGES * PAGE_SIZE) /* total size of u-area */
#define USPACE_ALIGN 0 /* u-area alignment 0-none */
-#define NMBCLUSTERS 4096 /* max cluster allocation */
+#define NMBCLUSTERS (256 * 1024) /* max cluster allocation */
#ifndef MSGBUFSIZE
#define MSGBUFSIZE (16 * PAGE_SIZE) /* default message buffer size */