Re: best starting points....

From: Fernando Ike de Oliveira <fernando(dot)ike(at)b2br(dot)com(dot)br>
To: Jessica Richard <rjessil(at)yahoo(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: best starting points....
Date: 2008-07-15 17:22:32
Message-ID: 1216142552.12217.14.camel@darkside
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Em Sáb, 2008-07-12 às 05:03 -0700, Jessica Richard escreveu:
> On a new system with 64G memory, what is the best starting points for
> shmmax on OS and shared_buffers for Postgres. All databases combined
> are about 50G.
>
> I want to evaluate this with the two following scenarios:
>
> 1. this machine is running only Postgres, no other applications
>
> 2. this machine has postgres plus some other things (such as web
> server, etc).
>
> What are the dangers for shmmax and shared_buffers to be confiugred
> very big for each of the two scenarios?
>
> In case #1, if shmmax = 63G and shared_buffers = 50G, can it speed up
> Postgres (loading almost all dbs into memeory)?

If to use virtually all memory to shared memory, you have concurrency
others process of the SO. Generally webserver is concurrency with
PostgreSQL in Shared Memory, if possible use in other server.

To initial point, recommends to use 25-40% to shared memory and
shared_buffers with value initial 25%.

Recommends visit:

- http://wiki.postgresql.org/wiki/Performance_Optimization

Best Regards,
--
Fernando Ike de Oliveira <fernando(dot)ike(at)b2br(dot)com(dot)br>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Kevin Grittner 2008-07-15 17:24:10 Re: Backup and failover process
Previous Message Campbell, Lance 2008-07-15 16:08:27 Backup and failover process