Re: Six processes and why does the service want access to the internet?

Поиск
Список
Период
Сортировка
От John Koller
Тема Re: Six processes and why does the service want access to the internet?
Дата
Msg-id b77jc5-tvp.ln1@mirror.cluebuilder.com
обсуждение исходный текст
Список pgsql-novice
George Newton wrote:

>> Since I am only running desktop applications, I doubt that I will
>> need six instances of the PostgreSQL process. I assume that this
>> might be managed in a config file, but I can't find any indication
>> of this in the PostgreSQL 8.3 help file.
>
> I found this in the FAQ:
> ...In an empty system you will see anything from two to five
> processes...
>
> Ok, that's a start, but I have six, with one using twice the memory of
> the others, so what could possibly be running?
>
> And what determines the jump from two to five (or six) on
> "an empty system"?
>
>
postmaster
logger process
background writer
wal writer
autovacuum
stats collector

wal writer is listed in the 8.3 release notes as new.

background writer, stats collector, and autovacuum are on by default and can
be turned off in the config file.

The process using the extra memory contains the shared buffers.

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

Предыдущее
От: "Francois Cote"
Дата:
Сообщение: Problem with data storage
Следующее
От: "G. J. Walsh"
Дата:
Сообщение: Difficulties with postgresql based session handlers