Re: BUG #16503: excessive memory consumption. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16503: excessive memory consumption.
Date
Msg-id 1597869.1592517016@sss.pgh.pa.us
Whole thread Raw
In response to BUG #16503: excessive memory consumption.  (PG Bug reporting form <noreply@postgresql.org>)
List 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 by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16503: excessive memory consumption.
Next
From: Jaspreet Singh
Date:
Subject: RE: PG_UPGRADE FAILED FROM 9.5 to 11*