Re: Strange Error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Strange Error
Дата
Msg-id 29822.1014737149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Strange Error  ("Dave Cramer" <Dave@micro-automation.net>)
Список pgsql-jdbc
"Dave Cramer" <Dave@micro-automation.net> writes:
> ... My assumption is that something is
> restarting postgres? I suspect that it will drop at exactly the same
> time everyday. At any rate, I don't believe it is the jdbc driver, or
> postgres. I routinely keep connections alive for months.
> One thing that just hit me, do you do a Vacuum in a cron job? Of course
> that would only affect postgres, but it popped in my head.

Another possibility, since postgres is normally run as an unprivileged
user, is that the server is being killed because it's exceeding some
"ulimit" setting.  Cure: set limit to unlimited before starting
postmaster.  Not sure if mysql is vulnerable to same thing (don't they
prefer to run as root?)

            regards, tom lane

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

Предыдущее
От: "Peter V. Cooper"
Дата:
Сообщение: Re: Strange Error
Следующее
От: Barry Lind
Дата:
Сообщение: Re: SET TRANSACTION ISOLATION LEVEL