Open Files - Mailing list pgsql-admin

From Serge Sozonoff
Subject Open Files
Date
Msg-id 4.1.20000217184313.00a233c0@mailgate.globalbeach.com
Whole thread Raw
List pgsql-admin
Hello all,

Recently I increased my maximum open files settings to 8192 on my
RedHat Linux 6.1 database server running postgres version 6.5.3

Since then I have been observeing /proc/sys/fs/file-nr and I noticed that the
system has already spiked to 8192 open files. I have also seen it sitting
steady at 7356 open files.

I was interested to know if this is "normal" behavior for Postgres, using
"lsof" I noticed
that most of the open files belonged to postmaster and most of them were
not sockets.

What do other people experience with "mid-size" db's?

Is there anywhere I can read about tuning shared memory, open files and
other paremeters
for a database server running postgres?

Any help is much apreciated.

Serge


pgsql-admin by date:

Previous
From: Serge Sozonoff
Date:
Subject: Open Files
Next
From: PostgreSQL Server
Date:
Subject: Re: [ADMIN] Triggers on postgres