Re: Vacuum problem in my system ?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fabrice Scemama <fabrices(at)ximmo(dot)ftd(dot)fr>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Vacuum problem in my system ?
Date: 2000-06-06 00:08:33
Message-ID: 14263.960250113@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Fabrice Scemama <fabrices(at)ximmo(dot)ftd(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Stephen Crawley 2000-06-06 00:35:48 Is it possible to "truncate" a LOB?
Previous Message Chris Martin 2000-06-05 21:29:22 nested sub-select ?