Xref: utzoo comp.unix.ultrix:1063 comp.sys.dec:1379 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!sharkey!oxtrap!time From: time@oxtrap.UUCP (Tim Endres) Newsgroups: comp.unix.ultrix,comp.sys.dec Subject: mmap() and SysV shared memory on DecStation 3100... Keywords: mmap shared memory Dec 3100 Message-ID: <6514@oxtrap.UUCP> Date: 11 Jun 89 05:44:05 GMT Organization: Ocwen Trading, Inc. -- Ann Arbor, MI Lines: 19 Thank you to several who replied to my mmap() question. It appears that mmap() is not supported by Dec for the DecStation 3100 ultrix. The call is there. You can link it in, but it *always* returns 0, and it *never* seems to function. Too bad. mmap() is a very important function to not implement. The question now: How can we get a 4Meg System V shared memory segment? Our shared memory needs are 4 Megabytes. We could break the segment up but the re-write is too costly right now. Someone at Dec indicated that the limit on the size of SysV shared memory segments is configurable. Does anyone have experience increasing the SystemV shared memory segment size limit? Does anyone know if there is a *hard* maximum size? Tim.