Re: Vacuum problem in my system ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Vacuum problem in my system ?
Дата
Msg-id 14263.960250113@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Vacuum problem in my system ?  (Fabrice Scemama <fabrices@ximmo.ftd.fr>)
Список pgsql-sql
Fabrice Scemama <fabrices@ximmo.ftd.fr> writes:
> No core dump could be found within the data/base/* directories.

Hm.  When I've seen a backend crash without leaving a core file,
it's usually because the backend ran up against the system's
per-process memory limit.  (Many kernels seem to choose not to
drop a core file when they kill a process for memory exhaustion.)
You could check that theory by watching the process's memory usage
with "top".

Anything in the postmaster log?
        regards, tom lane


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

Предыдущее
От: "Chris Martin"
Дата:
Сообщение: nested sub-select ?
Следующее
От: Stephen Crawley
Дата:
Сообщение: Is it possible to "truncate" a LOB?