Bump shm max pages value to a more realistic one.
This commit is contained in:
parent
a2a696618e
commit
3456657259
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: vmparam.h,v 1.39 2000/11/14 18:01:54 thorpej Exp $ */
|
||||
/* $NetBSD: vmparam.h,v 1.40 2001/01/03 20:19:33 fvdl Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1990 The Regents of the University of California.
|
||||
@ -88,7 +88,7 @@
|
||||
* Size of shared memory map
|
||||
*/
|
||||
#ifndef SHMMAXPGS
|
||||
#define SHMMAXPGS 1024
|
||||
#define SHMMAXPGS 2048
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user