From 374f482785ae83bd6ed5c3dd02ef39ad410d0f4c Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Mon, 7 Jul 1997 08:23:23 +0000 Subject: set a useful default for NKMEMCLUSTERS here so that we no longer need to set it in the config file --- sys/arch/pmax/include/mips_param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch/pmax/include/mips_param.h') diff --git a/sys/arch/pmax/include/mips_param.h b/sys/arch/pmax/include/mips_param.h index 0a4b1947385..f3a5c148d4c 100644 --- a/sys/arch/pmax/include/mips_param.h +++ b/sys/arch/pmax/include/mips_param.h @@ -22,7 +22,7 @@ * Size of kernel malloc arena in CLBYTES-sized logical pages */ #ifndef NKMEMCLUSTERS -#define NKMEMCLUSTERS (512*1024/CLBYTES) +#define NKMEMCLUSTERS (4*1024*1024/CLBYTES) #endif /* pages ("clicks") (4096 bytes) to disk blocks */ -- cgit v1.2.3