Open Files

From: Serge Sozonoff <serge(at)globalbeach(dot)com>
To: pgsql-admin(at)postgreSQL(dot)org
Subject: Open Files
Date: 2000-02-18 02:30:29
Message-ID: 4.1.20000217182202.00a87840@mailgate.globalbeach.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-admin by date

  From Date Subject
Next Message Serge Sozonoff 2000-02-18 02:43:15 Open Files
Previous Message Marc McLean 2000-02-17 23:27:10 PostgreSQL 6.2 won't compile