Wrap up SHMMAXPGS to 1024, no reason to keep it low.

This commit is contained in:
ragge 2002-04-01 13:28:10 +00:00
parent 8645636b04
commit 205b746c87
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.37 2002/02/19 22:44:35 thorpej Exp $ */
/* $NetBSD: vmparam.h,v 1.38 2002/04/01 13:28:10 ragge Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -97,7 +97,7 @@
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 64 /* XXXX should be 1024 */
#define SHMMAXPGS 1024
#endif
#define VM_PHYSSEG_MAX 1