Re: Shared memory estimation for postgres

From: leoaaryan <leoaaryan(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Shared memory estimation for postgres
Date: 2016-11-10 23:40:10
Message-ID: 1478821210077-5929872.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Jay,

If you are talking about
http://evol-monkey.blogspot.com/2013/08/setting-sharedbuffers-hard-way.html
and the "pg_buffercache" extensions then yes I have gone through it.

The easiest way to find the value for the shared memory computation is to
change the logging level to DEBUG3 and start postgres DB engine and it will
give the calculated value in the log file.

I believe postgres as a DB needs to be running for any extension to run (I
may be wrong here) and I dont want to start the database for this analysis.

Please correct me if I'm wrong in my concepts or if I've not understood
anything.

-leoaaryan.

--
View this message in context: http://postgresql.nabble.com/Shared-memory-estimation-for-postgres-tp5929868p5929872.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-11-10 23:41:43 Re: Do we need use more meaningful variables to replace 0 in catalog head files?
Previous Message Corey Huinker 2016-11-10 23:19:04 Re: Do we need use more meaningful variables to replace 0 in catalog head files?