Re: [BULK] Problems with vacuum!

From: "Scott Marlowe" <smarlowe(at)qwest(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Domenico Sgarbossa" <domenico(at)xtecnica(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: [BULK] Problems with vacuum!
Date: 2004-06-18 18:07:20
Message-ID: 1087582040.28062.13.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, 2004-06-18 at 09:11, Tom Lane wrote:
> "Domenico Sgarbossa" <domenico(at)xtecnica(dot)com> writes:
> > so when the users go home, i've got something like 15/20000kb free ram, the
> > rest is cached and 0kb of swap...
> > It seems that when pg_dump starts the cached memory isn't released so the
> > system begin to swap,
>
> A sane kernel should drop disk buffers rather than swapping. We heard
> recently about a bug in some versions of the Linux kernel that cause it
> to prefer swapping to discarding disk cache, though. It sounds like
> that's what you're hitting. Look into newer kernels ...

This was a common problem in the linux 2.4 series kernels, but has
supposedly been fixed in the 2.6 kernels. Having lots of memory and
turning off swap will "fix" the problem in 2.4, but if you run out of
real mem, you're hosed.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Stephen Frost 2004-06-18 18:16:03 Re: Major differences between oracle and postgres performance - what can I do ?
Previous Message Stephen Frost 2004-06-18 17:53:17 Re: Major differences between oracle and postgres performance - what can I do ?