Re: BUG #4176: process

From: John R Pierce <pierce(at)hogranch(dot)com>
To: claudio furukawa <claudiofrk(at)bol(dot)com(dot)br>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4176: process
Date: 2008-05-16 20:07:01
Message-ID: 482DE965.2020105@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

claudio furukawa wrote:
> PostgreSQL is in many process.
> There are 6 process equal. Using ~42Mega Ram of memory.
> I already called and turned off/on the service and continues with the same
> processes.
> This is normal?
>
>

yes. there is the master process, then a writer process, a logger
process, a stats collector, a wal writer, and probably an autovacuum.
Then you get one additional process for each active database connection.

these are all 'copies' or 'forks' of the same code, and the bulk of the
data they use is shared memory, which the windows task manager doesn't
account for.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2008-05-16 20:19:33 Re: BUG #4176: process
Previous Message claudio furukawa 2008-05-16 18:05:48 BUG #4176: process