Re: Out of memory error handling in frontend code

2023-10-06 Thread Frédéric Yhuel
Hi Daniel, Thank you for your answer. On 9/28/23 14:02, Daniel Gustafsson wrote: On 28 Sep 2023, at 10:14, Frédéric Yhuel wrote: After some time, we understood that the 20 million of large objects were responsible for the huge memory usage (more than 10 GB) by pg_dump. This sounds like a

Re: Out of memory error handling in frontend code

2023-09-28 Thread Daniel Gustafsson
> On 28 Sep 2023, at 10:14, Frédéric Yhuel wrote: > After some time, we understood that the 20 million of large objects were > responsible for the huge memory usage (more than 10 GB) by pg_dump. This sounds like a known issue [0] which has been reported several times, and one we should get arou

Out of memory error handling in frontend code

2023-09-28 Thread Frédéric Yhuel
Hello, One of our customers recently complained that his pg_dump stopped abruptly with the message "out of memory". After some time, we understood that the 20 million of large objects were responsible for the huge memory usage (more than 10 GB) by pg_dump. I think a more useful error messag