best starting point...

From: Jessica Richard <rjessil(at)yahoo(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: best starting point...
Date: 2008-07-12 12:03:13
Message-ID: 634968.89924.qm@web56402.mail.re3.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

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)?

Thanks,
Jessica

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2008-07-12 13:05:59 Re: how to estimate shared_buffers...
Previous Message Jessica Richard 2008-07-12 11:30:42 how to estimate shared_buffers...