FW: Used Memory - Mailing list pgsql-performance

From Christian Paul B. Cosinas
Subject FW: Used Memory
Date
Msg-id 001701c5d935$bfc21970$1e21100a@ghwk02002147
Whole thread Raw
List pgsql-performance
Here are the configuration of our database server:
    port = 5432
    max_connections = 300
    superuser_reserved_connections = 10
    authentication_timeout = 60
    shared_buffers = 48000
    sort_mem = 32168
    sync = false

Do you think this is enough? Or can you recommend a better configuration for
my server?

The server is also running PHP and Apache but wer'e not using it
extensively. For development purpose only.

The database slow down is occurring most of the time (when the memory free
is low) I don't think it has something to do with vacuum. We only have a
full server vacuum once a day.



I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html


pgsql-performance by date:

Previous
From: "Christian Paul B. Cosinas"
Date:
Subject: Temporary Table
Next
From: Kishore B
Date:
Subject: Why Index is not working on date columns.