PostgreSQL Out of Memory

From: liam saffioti <liam(dot)saffiotti(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL Out of Memory
Date: 2022-09-05 11:54:56
Message-ID: CAGHjuaYK33cGgHYUm1ObnxPJ2a8TSnSwcVDXGb4Fk1qfP12gGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Teams,

I have PG 14.5 on RHEL 8.4. I see many errors. Do you have any idea about
this problem?

TopMemoryContext: 1194808 total in 12 blocks; 3968 free (3 chunks); 1190840
used
TopTransactionContext: 592728 total in 9 blocks; 30328 free (4 chunks);
562400 used
ExecutorState: 551680 total in 8 blocks; 147192 free (31 chunks);
404488 used
BTree array context: 4096 total in 3 blocks; 3488 free (9 chunks);
608 used
TupleSort main: 3153976 total in 2 blocks; 6728 free (7 chunks);
3147248 used
TupleSort sort: 8192 total in 1 blocks; 7928 free (0 chunks); 264
used
Caller tuples: 16777216 total in 12 blocks; 624 free (13 chunks);
16776592 used
ExprContext: 8192 total in 1 blocks; 7928 free (0 chunks); 264 used
ExprContext: 8192 total in 1 blocks; 7928 free (0 chunks); 264 used
MemoizeHashTable: 8192 total in 1 blocks; 7320 free (0 chunks); 872
used
ExprContext: 8192 total in 1 blocks; 7928 free (0 chunks); 264 used
ExprContext: 8192 total in 1 blocks; 7928 free (0 chunks); 264 used
....

FATAL: terminating background worker "parallel worker" due to
administrator command
FATAL: terminating background worker "parallel worker" due to
administrator command
FATAL: terminating background worker "parallel worker" due to
administrator command
FATAL: out of memory
FATAL: out of memory
...

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mladen Gogala 2022-09-05 15:25:55 Re: PostgreSQL Out of Memory
Previous Message Ron 2022-09-03 00:28:17 Re: Understanding updates and deadlocks more clearly