Re: explanation about buffers and memory usage ... ? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: explanation about buffers and memory usage ... ?
Date
Msg-id 200111192150.fAJLo5G26107@candle.pha.pa.us
Whole thread Raw
In response to explanation about buffers and memory usage ... ?  (hubert depesz lubaczewski <depesz@depesz.pl>)
List pgsql-general
> hi,
> just a simple question:
> there are at least 4 types of buffers:
> shared_buffers
> sort_mem
> effective_cache_size
> geqo_pool_size
>
> can you please tell me when all of this memory is used. what for, and
> what's also important.
> assuming that i have 16 backends spawned how much memory will it take?
> shared_buffers are shared. but what about others? per backend?

See performance article on techdocs:

    http://techdocs.postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Need more speed from this.
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] bug or change in functionality in 7.2?