Re: Setting oom_adj on linux? - Mailing list pgsql-hackers

From Alex Hunsaker
Subject Re: Setting oom_adj on linux?
Date
Msg-id 34d269d41001081946tad0030s1fb1be40f9861e03@mail.gmail.com
Whole thread Raw
In response to Re: Setting oom_adj on linux?  (Stephen Frost <sfrost@snowman.net>)
Responses Re: Setting oom_adj on linux?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Jan 8, 2010 at 15:24, Stephen Frost <sfrost@snowman.net> wrote:
> There were a few issues, as it turns out, the particularly annoying one
> was in the init script which caused upgrades to fail due to sshd not
> being restarted, bug report here:

Thanks for the pointers!

> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473573

The changes I proposed to the example linux startup script wont suffer
from that.

> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487325
>
> In the end, the problem was with errors being returned from attempts to
> modify oom_adj.  As long as we can just ignore those hopefully there
> won't be any issues.

Yep sounds good.

Thanks again!

Tom, sounds like you got busy with other stuff :) Should I submit a
new patch that uses open and O_WRONLY?


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Feature patch 1 for plperl [PATCH]
Next
From: Tom Lane
Date:
Subject: Re: Setting oom_adj on linux?