performance tuning: shared_buffers, sort_mem; swap

From: Thomas O'Connell <tfo(at)monsterlabs(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: performance tuning: shared_buffers, sort_mem; swap
Date: 2002-08-13 15:42:12
Message-ID: tfo-FE93FD.10421113082002@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

so a while back, i think i recall a post from Bruce Momjian describing
an optimum setup for shared_buffers at 25% of available physical memory
and sort_mem at 4% of available physical memory.

the caveat was to watch for swap activity when these values were being
set. so my question is, how much swapping is too much, and is there a
way to determine whether postgres is the process causing the swapping?

hmm. maybe that's two questions?... :)

-tfo

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alberto González 2002-08-13 15:52:54 tuning postgresql
Previous Message Robert M. Meyer 2002-08-13 15:25:47 Re: Leftover processes on shutdown - Debian+JDBC