Re: BUG #4176: process

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: BUG #4176: process
Дата
Msg-id 482DE965.2020105@hogranch.com
обсуждение исходный текст
Ответ на BUG #4176: process  ("claudio furukawa" <claudiofrk@bol.com.br>)
Список 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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "claudio furukawa"
Дата:
Сообщение: BUG #4176: process
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #4176: process