From 044409a035ccaafa56e7e188ebcf5a1db1682f86 Mon Sep 17 00:00:00 2001 From: chs Date: Wed, 21 Feb 2001 02:43:02 +0000 Subject: [PATCH] reduce PAGER_MAP_SIZE to 4MB, we're short on KVA. --- sys/arch/sun3/include/vmparam3.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/sun3/include/vmparam3.h b/sys/arch/sun3/include/vmparam3.h index 226a1af17d78..847f2c452a21 100644 --- a/sys/arch/sun3/include/vmparam3.h +++ b/sys/arch/sun3/include/vmparam3.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam3.h,v 1.28 2000/02/11 19:30:30 thorpej Exp $ */ +/* $NetBSD: vmparam3.h,v 1.29 2001/02/21 02:43:02 chs Exp $ */ /* * Copyright (c) 1994 Gordon W. Ross @@ -121,3 +121,5 @@ #define VM_NFREELIST 1 #define VM_FREELIST_DEFAULT 0 + +#define PAGER_MAP_SIZE (4 * 1024 * 1024)