Re: BUG #16707: Memory leak
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: kurt@roeckx.be
Cc: pgsql-bugs@lists.postgresql.org
Date: 2020-11-09T21:34:33Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes: > It seems that since I switched from PostgreSQL 9.5 to 12, I started to have > a memory leak. Could you maybe collect a memory map from one of the bloated processes? It'd go something like * attach to process with gdb * "call MemoryContextStats(TopMemoryContext)" * quit gdb * look in postmaster log for memory dump You probably need to have debug symbols installed for step 2 to work. regards, tom lane
Commits
-
llvmjit: Use explicit LLVMContextRef for inlining
- 3b991f81c457 12.18 landed
- 10912f7d4ff0 13.14 landed
- 75a20a4b4b44 14.11 landed
- aef521849b68 15.6 landed
- 2cf50585e54a 16.2 landed
- 9dce22033d5d 17.0 landed