Re: Problems with PG 9.3

Поиск
Список
Период
Сортировка
От Dhruv Shukla
Тема Re: Problems with PG 9.3
Дата
Msg-id CAFiWeJCMKTLVzpT6rsKvtgz5fBQNAKkPgYR3-n4GmP7fTFMBdQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Problems with PG 9.3  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Problems with PG 9.3
Список pgsql-admin
Scott,

Nothing appreared in /var/log/messages about the oom killer on both the boxes. So could be more like an firewall issue, will look into this and let you know. Current firewall setting that we have are:

tcp_keepalive_time=7200
tcp_keepalive_intvl=75
tcp_keepalive_probes=9

Thanks,
Drhuv Shukla.




On Tue, Aug 26, 2014 at 10:58 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
On Tue, Aug 26, 2014 at 9:57 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Tue, Aug 26, 2014 at 9:27 AM, Dhruv Shukla <dhruvshukla82@gmail.com> wrote:
>
>> On viewing server logs on postgres server found the error as
>> FATAL: connection to client lost
>>
>> There has been some improvements, like few of the getting stuck DB functions
>> ran good. But the main ones are still failing.
>
> This sounds like a firewall issue to me, but it could be a backend
> running out of memory and the oom killer in linux killing it. I
> believe oom killer logs to /var/log/syslog or /var/log/messages. Got
> anything in those logs about that time for the oom killer?
>
> If not, it could be a firewall, if you have one, between the app and
> db boxes. If that's the case you can stop it from happening by
> lowering the tcp keepalive settings.

Please note that the oom killer is deadly to a postgres box, as it can
kill the postmaster which is a bad thing. It should be disabled by
setting vm.overcommit_memory=2 in /etc/sysctl.conf and running sysctl
-p

--
To understand recursion, one must first understand recursion.



--
Regards
Dhruv
404-551-2578

В списке pgsql-admin по дате отправления:

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Problems with PG 9.3
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Problems with PG 9.3