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 199902211928.OAA19937@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
Does the bottom of the backend flowchart help?


> It used to be that Postgres' shared memory was sized on the basis of
> the hard-wired MaxBackendId constant.  I have altered things so that
> it is sized on the basis of the actual -N switch given to the postmaster
> at postmaster start time.  This makes it a lot easier to stress the
> algorithm ;-), and what I find is that it ain't too robust.


--  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: Re: [HACKERS] Re: Max backend limits cleaned up
Next
From: Bruce Momjian
Date:
Subject: Update contributors page