Re: BUG #16503: excessive memory consumption.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16503: excessive memory consumption.
Дата
Msg-id 1597869.1592517016@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16503: excessive memory consumption.  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> Thu, 18 Jun 2020 14:41:13 GMT    The database process was killed by the OS due
> to excessive memory consumption. It is recommended to tune your database
> workload and/or parameter usage to reduce memory consumption.

This looks like you got hit by the dreaded OOM killer.  See

https://www.postgresql.org/docs/current/kernel-resources.html#LINUX-MEMORY-OVERCOMMIT

for some background and advice.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16503: excessive memory consumption.
Следующее
От: Jaspreet Singh
Дата:
Сообщение: RE: PG_UPGRADE FAILED FROM 9.5 to 11*