SHMMAXPGS now pegged at 1024, where it belongs

This commit is contained in:
cgd 1994-01-16 01:36:07 +00:00
parent b2c0b0a0c8
commit ea52295d11
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
* $Id: vmparam.h,v 1.13 1994/01/05 16:02:40 mycroft Exp $
* $Id: vmparam.h,v 1.14 1994/01/16 01:36:07 cgd Exp $
*/
@ -86,7 +86,7 @@
* Size of shared memory map
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 64 /* XXXX should be 1024 */
#define SHMMAXPGS 1024
#endif
/*