From fecd3f54fcc1c1a42caef11ea3875302255225b6 Mon Sep 17 00:00:00 2001 From: ragge Date: Sat, 20 Jun 1998 18:47:33 +0000 Subject: [PATCH] Expand kmem map. --- sys/arch/vax/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/vax/include/param.h b/sys/arch/vax/include/param.h index 52754bda225f..afe8d53acad8 100644 --- a/sys/arch/vax/include/param.h +++ b/sys/arch/vax/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.29 1998/04/29 23:11:01 thorpej Exp $ */ +/* $NetBSD: param.h,v 1.30 1998/06/20 18:47:33 ragge Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -134,7 +134,7 @@ */ #ifndef NKMEMCLUSTERS -#define NKMEMCLUSTERS (2048*1024/CLBYTES) +#define NKMEMCLUSTERS (4096*1024/CLBYTES) #endif /*