Re: [HACKERS] Anyone understand shared-memory space usage? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Anyone understand shared-memory space usage?
Date
Msg-id 199902212118.QAA25669@candle.pha.pa.us
Whole thread Raw
In response to Anyone understand shared-memory space usage?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I would look in:
CreateSharedMemoryAndSemaphores(IPCKey key, int maxBackends){...    size = BufferShmemSize() +
LockShmemSize(maxBackends);

LockShmemSize looks like a terrible mess, but my assumption is that the
problem is in there.


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Update contributors page
Next
From: "D'Arcy" "J.M." Cain
Date:
Subject: Re: [HACKERS] Update contributors page