Re: Abnormally high memory usage/OOM triggered - Mailing list pgsql-admin

From Davlet Panech
Subject Re: Abnormally high memory usage/OOM triggered
Date
Msg-id 15a90b55-5151-ce22-16ee-7ff883e5eb97@gmail.com
Whole thread Raw
In response to Re: Abnormally high memory usage/OOM triggered  (scott ribe <scott_ribe@elevated-dev.com>)
Responses Re: Abnormally high memory usage/OOM triggered
Re: Abnormally high memory usage/OOM triggered
Re: Abnormally high memory usage/OOM triggered
List pgsql-admin
On 1/17/2018 5:57 PM, scott ribe wrote:
> On Jan 17, 2018, at 2:57 PM, Davlet Panech <dpanech@gmail.com> wrote:
>>
>> Does my configuration look reasonable? I just don't understand how it could possibly use up 19 GB of memory based on
theconfiguration below. Is there a memory leak in there somewhere?
 
> 
> It does seem awfully high, but... An update can involve a join across multiple tables. Or an update can run a trigger
whichcan cascade. Either of those could result in an "accidental cross product" join, which can always blow up memory.
 
There must be a way to put an upper limit on memory even for such cases. 
I was under the impression that parameters such as "work_mem" serve that 
purpose, is that not the case? So an "accidental cross product" join's 
memory usage is unbounded? It can't be... could somebody confirm this 
please?

Thanks,
D.


pgsql-admin by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: Issue with grant & revoke
Next
From: scott ribe
Date:
Subject: Re: Abnormally high memory usage/OOM triggered