shared memory

Chris Torek chris at mimsy.umd.edu
Tue Dec 12 13:38:01 AEST 1989


In article <1989Dec12.005555.20618 at virtech.uucp> cpcahil at virtech.uucp
(Conor P. Cahill) writes:
>Modifying the SHMMAX should only require a kernel re-configuration which
>should always be an option.

As I understand it---which is not to say that it is so, for I have
never seen the SysRel% 1, 2, or 3# code itself---the total amount of
shared memory allowed per-system is reserved at boot time, is not
pageable, and is effectively taken away from the rest of the system.
For processes not using it, it is as if some of the machine's memory
had been physically removed.

This would mitigate against raising SHMMAX arbitrarily....

(No doubt someone will follow up if my understanding is incorrect.)
-----
% `SysRel': a replacement for `System V Release', since the `V' and
  `Release' are all redundant.  Thus, the question is not `is your
  system a System V style system' but rather `is it a SysRel 1
  system', etc.
# SysRel 4 has a much better shared memory system, now that they have
  tacitly acknowledged that not all Berkeley's proposals are bad.  (NB:
  mmap => BSD proposal, Sun implementation.)
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at cs.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.unix.wizards mailing list