This is a discussion on Re: PG Killed by OOM Condition within the pgsql Hackers forums, part of the PostgreSQL category; --> Tom Lane Wrote: > (a) wouldn't that require root privilege? (b) how would we > determine whether we are ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Tom Lane Wrote: > (a) wouldn't that require root privilege? (b) how would we > determine whether we are on a system to which this applies? > (c) is it actually documented in a way that makes you think > it'll be a permanently supported feature (ie, somewhere > outside the source code)? (a) No, /proc/{pid}/* is owned by the process (b) /proc/{pid}/oom_adj exists ? (c) No, from the source: (not docbooked, we don't want this one cluttering up the manual) .... John ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |