Re: core file found...

From: "Rajesh Kumar Mallah(dot)" <mallah(at)trade-india(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: core file found...
Date: 2002-05-12 05:40:28
Message-ID: 200205121110.28249.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


Yes you are very correct,

postmaster's log had exceed the OS file limit
which was ~ 2.1 GB .

i wanted to rotate these log but i do not know
how to make postmaster recreate a log file while
it is running.

I start postmaster as

$ pg_ctl -l /var/log/pgsql start
for a reason i will explain in a seperate post

thanks very much ,

On Saturday 11 May 2002 08:31 pm, Tom Lane wrote:
> "Rajesh Kumar Mallah." <mallah(at)trade-india(dot)com> writes:
> > This is what i have
> >
> > Core was generated by `/usr/local/pgsql/bin/postmaster'.
> > Program terminated with signal 25, File size limit exceeded.
>
> Well, there you have it. Probably the postmaster's log output exceeded
> whatever ulimit setting you have it running under.
>
> It's a real good idea to start postmasters under "ulimit -a unlimited"
> (or whatever your local syntax is). I'd recommend putting such a
> command directly into the postmaster start script you use.
>
> regards, tom lane

--
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Rajesh Kumar Mallah. 2002-05-12 05:46:30 Re: Further info : Very high load average but no cpu utilization ?
Previous Message Tom Lane 2002-05-11 15:59:44 Re: Further info : Very high load average but no cpu utilization ?