Increased SHMMAXPGS from 512 to 1024 now that there is plenty of kernel

virtual memory.
This commit is contained in:
David Greenman 1994-09-23 07:00:12 +00:00
parent 9826cd3dfa
commit a6cd0a2477
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3021
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
* $Id: vmparam.h,v 1.14 1994/09/01 03:16:40 davidg Exp $
* $Id: vmparam.h,v 1.15 1994/09/12 11:38:20 davidg Exp $
*/
@ -88,7 +88,7 @@
* Size of the Shared Memory Pages page table.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 512 /* XXX until we have more kmap space */
#define SHMMAXPGS 1024 /* XXX until we have more kmap space */
#endif
/*

View File

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91
* $Id: vmparam.h,v 1.14 1994/09/01 03:16:40 davidg Exp $
* $Id: vmparam.h,v 1.15 1994/09/12 11:38:20 davidg Exp $
*/
@ -88,7 +88,7 @@
* Size of the Shared Memory Pages page table.
*/
#ifndef SHMMAXPGS
#define SHMMAXPGS 512 /* XXX until we have more kmap space */
#define SHMMAXPGS 1024 /* XXX until we have more kmap space */
#endif
/*