Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2000 09:26:59 -0400 (EDT)
From:      Zhihui Zhang <zzhang@cs.binghamton.edu>
To:        Isaac Tee <isaact@realmedia.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Shared Memory
Message-ID:  <Pine.SOL.4.21.0004270924470.28686-100000@sol.cs.binghamton.edu>
In-Reply-To: <012301bfb025$8e0a9540$2ac110ac@sing.sg.publicitas.com>

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

On Thu, 27 Apr 2000, Isaac Tee wrote:

> Hello,
> 
> What is the system maximum size for shared memory segments
> on a "default" freeBSD system?
> How can we increase this value?
> 

Each process has a max address space of 4GB, some of them are already used
by your text, data segments.  You can use mmap() to use the rest.  
Anyway, this is not a FreeBSD specific question.  Get a good Unix book and
read it carefully.

-Zhihui



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.21.0004270924470.28686-100000>