Re: sidewinder has one failure - Mailing list pgsql-hackers

From Tom Lane
Subject Re: sidewinder has one failure
Date
Msg-id 17275.1578098997@sss.pgh.pa.us
Whole thread Raw
In response to Re: sidewinder has one failure  (Mikael Kjellström <mikael.kjellstrom@mksoft.nu>)
Responses Re: sidewinder has one failure  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
=?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= <mikael.kjellstrom@mksoft.nu> writes:
> I tried starting it from cron and then I got:
>   max_safe_fds = 981, usable_fds = 1000, already_open = 9

Oh!  There we have it then.  I wonder if that's a cron bug (neglecting
to close its own FDs before forking children) or intentional (maybe
it uses those FDs to keep tabs on the children?).

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: sidewinder has one failure
Next
From: Amit Kapila
Date:
Subject: Re: sidewinder has one failure