Re: Shared memory estimation for postgres

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: leoaaryan <leoaaryan(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Shared memory estimation for postgres
Date: 2016-11-11 03:53:21
Message-ID: CAMsr+YGvqGpmW1d-ab1TCoc-FSrrWDUfNKedWmJDcbufb5sPYQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11 November 2016 at 06:57, leoaaryan <leoaaryan(at)gmail(dot)com> wrote:
> I am a newbie to databases and Postgres and I am trying to analyze the shared
> memory being calculated and allocated by Postgres in the method
> "CreateSharedMemoryAndSemaphores" for different major versions for different
> postgres.conf file

Note that this follows on from a number of other posts, including

http://stackoverflow.com/questions/39607940/is-it-possible-to-know-the-memory-being-allocated-by-the-method-createsharedmem

http://stackoverflow.com/questions/40433784/is-it-possible-to-call-a-postgres-internal-method-from-a-util

Please, PLEASE link to related prior discussion when you post
somewhere. It's really annoying having to look it up or wasting
people's time duplicating discussion that's already happened.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2016-11-11 04:14:52 Re: Danger of automatic connection reset in psql
Previous Message 余森彬 2016-11-11 03:40:48 Why PostgreSQL doesn't implement a semi sync replication?