Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 1996 00:00:49 -0700
From:      Josh MacDonald <jmacd@CS.Berkeley.EDU>
To:        freebsd-hackers@freebsd.org
Subject:   SHMMAXPGS
Message-ID:  <199605060700.AAA26971@paris.CS.Berkeley.EDU>

next in thread | raw e-mail | index | archive | help

In i386/include/vmparam.h I see:

/*
 * Size of the Shared Memory Pages page table. 
 */
#ifndef SHMMAXPGS
#define SHMMAXPGS       1024            /* XXX until we have more kmap space */
#endif

and wonder what a good range on its value is.  The reason is that
shmgets are failing for really large memory requests.  How large
can I make this?

-josh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605060700.AAA26971>