Re: [HACKERS] Anyone understand shared-memory space usage?

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Anyone understand shared-memory space usage?
Date: 1999-02-21 21:18:18
Message-ID: 199902212118.QAA25669@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-02-21 22:06:39 Re: [HACKERS] Re: Max backend limits cleaned up
Previous Message Bruce Momjian 1999-02-21 20:50:42 Update contributors page