Re: Shared memory estimation for postgres

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: leoaaryan <leoaaryan(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Shared memory estimation for postgres
Date: 2016-11-11 04:45:25
Message-ID: CAB7nPqTJWFY+tHYReaUTw2LKUTVJoU2dwO6UN5z072RL5qDNfg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Nov 11, 2016 at 1:26 PM, leoaaryan <leoaaryan(at)gmail(dot)com> wrote:
> I think the method "pg_get_shmem_allocations" mentioned in the patch will
> give the allocated shared memory when the postgres db server is running. I'm
> trying to get the same without running the server if possible.

That's up to "read the code and create a formula based on the system
parameter to calculate the amount" then.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Haribabu Kommi 2016-11-11 04:54:11 Re: Re: [BUGS] BUG #14350: VIEW with INSTEAD OF INSERT TRIGGER and COPY. Missing feature or working as designed.
Previous Message Pavel Stehule 2016-11-11 04:37:06 Re: Danger of automatic connection reset in psql