Re: Performance tuning for linux, 1GB RAM, dual CPU?

From: snpe <snpe(at)snpe(dot)co(dot)yu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Performance tuning for linux, 1GB RAM, dual CPU?
Date: 2001-07-12 17:18:23
Message-ID: 01071219182300.01463@spnew
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> Another factor, not under our control, is that if the shared memory
> region gets too large the kernel may decide to swap out portions of
> it that haven't been touched lately. This of course is completely
> counterproductive, especially if what gets swapped is a dirty buffer,
> which'll eventually have to be read back in and then written to where
> it should have gone. This is the main factor behind my thought that you
> don't want to skimp on kernel disk buffer space --- any memory pressure
> in the system should be resolvable by dropping kernel disk buffers, not
> by starting to swap shmem or user processes.
>

You can lock shared memory for this problem ?

regards
haris peco

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andre Schnabel 2001-07-12 17:41:40 Re: PostgreSQL for Windows
Previous Message Bruce Momjian 2001-07-12 17:14:17 Re: Re: Pg7.2 (was: vacuum and 24/7 uptime)