Re: Vacuum process idle but hogging memory 8.2.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Henrik <henke(at)mac(dot)se>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Vacuum process idle but hogging memory 8.2.4
Date: 2007-09-03 19:40:09
Message-ID: 24669.1188848409@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Henrik <henke(at)mac(dot)se> writes:
> I'm already started to redesign the database to avoid the hugh number
> of rows in this big table but I'm still curious why autovacuum hogs
> over 200MB when it is not running?

On what do you base that assertion?

> Is it the shared_buffers?

Well, 128M in shared buffers plus 64M maintenance_work_mem would go
a long way towards explaining a 200M process address space, but it's
hardly "hogging" the shared buffers.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Luiz K. Matsumura 2007-09-04 02:05:35 Suggestion for new function on pg_catalog: get_config()
Previous Message Tom Lane 2007-09-03 19:38:20 Re: Statistics collection question