How exactly PostgreSQL allocates memory for its needs? - Mailing list pgsql-performance

From Anton Maksimenkov
Subject How exactly PostgreSQL allocates memory for its needs?
Date
Msg-id 8cac8dd1002092110q45411eb1j63bc1b3ce40f3d2e@mail.gmail.com
Whole thread Raw
Responses Re: How exactly PostgreSQL allocates memory for its needs?  (Justin Graf <justin@magwerks.com>)
List pgsql-performance
Can anybody briefly explain me how each postgres process allocate
memory for it needs?
I mean, what is the biggest size of malloc() it may want? How many
such chunks? What is the average size of allocations?

I think that at first it allocates contiguous piece of shared memory
for "shared buffers" (rather big, hundreds of megabytes usually, by
one chunk).
What next? temp_buffers, work_mem, maintenance_work_mem - are they
allocated as contiguous too?
What about other needs? By what size they are typically allocated?
--
antonvm

pgsql-performance by date:

Previous
From: Amitabh Kant
Date:
Subject: Re: PostgreSQL - case studies
Next
From: Scott Marlowe
Date:
Subject: Re: [GENERAL] PostgreSQL - case studies