Re: PostgreSQL 8.0.6 crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 8.0.6 crash
Дата
Msg-id 2904.1139508797@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.0.6 crash  ("Mark Woodward" <pgsql@mohawksoft.com>)
Ответы Re: PostgreSQL 8.0.6 crash  (Stephen Frost <sfrost@snowman.net>)
Re: PostgreSQL 8.0.6 crash  ("Mark Woodward" <pgsql@mohawksoft.com>)
Список pgsql-hackers
"Mark Woodward" <pgsql@mohawksoft.com> writes:
> Again, regardless of OS used, hashagg will exceed "working memory" as
> defined in postgresql.conf.

So?  If you've got OOM kill enabled, it can zap a process whether it's
strictly adhered to work_mem or not.  The OOM killer is entirely capable
of choosing a victim process whose memory footprint hasn't changed
materially since it started (eg, the postmaster).
        regards, tom lane


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

Предыдущее
От: korry
Дата:
Сообщение: Re: pg_hba.conf alternative
Следующее
От: Rodrigo Hjort
Дата:
Сообщение: Server Programming in C: palloc() and pfree()