Re: Out of Memory errors are frustrating as heck!
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Gunther <raj@gusw.net>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Jeff Janes <jeff.janes@gmail.com>,
Tomas Vondra <tomas.vondra@2ndquadrant.com>,
pgsql-performance@lists.postgresql.org,
Justin Pryzby <pryzby@telsasoft.com>
Date: 2019-04-16T02:50:51Z
Lists: pgsql-performance
Gunther <raj@gusw.net> writes: > Is there a way of dumping that memory map info during normal runtime, by > calling a function with the debugger? Sure, "call MemoryContextStats(TopMemoryContext)" (or actually, since you know which context is the problematic one, just print that one context) regards, tom lane
Commits
-
Consider BufFiles when adjusting hashjoin parameters
- a1b4f289beec 18.0 landed
-
Allocate hash join files in a separate memory context
- 8c4040edf456 16.0 landed