Re: Out of Memory errors are frustrating as heck!
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.performance |
|---|---|
| Message-ID | <[email protected]> |
Gunther <[email protected]> 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