Drastically reduce PAGER_MAP_SIZE so we don't run out of KVM so soon.
This commit is contained in:
parent
2eddffdf28
commit
32b19479ca
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vmparam.h,v 1.1 2000/05/09 21:56:01 bjh21 Exp $ */
|
||||
/* $NetBSD: vmparam.h,v 1.2 2000/11/30 12:16:00 bjh21 Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 The Regents of the University of California.
|
||||
@ -71,6 +71,11 @@
|
||||
*/
|
||||
#define MAXSLP 20
|
||||
|
||||
/*
|
||||
* Override the default pager_map size, there's not enough KVA.
|
||||
*/
|
||||
#define PAGER_MAP_SIZE (1 * 1024 * 1024)
|
||||
|
||||
/*
|
||||
* Mach derived constants
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user