Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Mar 1998 23:56:37 +0100
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        hackers@FreeBSD.ORG
Subject:   Re: How do you increase available SYSV shared memory?
Message-ID:  <19980316235635.B22645@keltia.freenix.fr>
In-Reply-To: <199803162129.PAA00882@soccer.inetspace.com>; from Kent S. Gordon on Mon, Mar 16, 1998 at 03:29:07PM -0600
References:  <199803162129.PAA00882@soccer.inetspace.com>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Kent S. Gordon:
> What is the current limit on SYSV shared memory?  I looked quickly at
> the kernel sources but could not find what needs to be changed.

The following is extracted from my kernel config. file. You can find
similar constant for increasing # of semaphores/message queues.

-=-=-=-
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		"SHMMAXPGS=1024"        # 4096 KB of sharable memory
-=-=-=-
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-CURRENT #0: Sun Mar  1 18:50:39 CET 1998

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



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