From: | David Link <dvlink(at)yahoo(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> |
Cc: | David Link <dvlink(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: pq_recvbuf: unexpected EOF |
Date: | 2003-04-28 14:13:58 |
Message-ID: | 20030428141358.76735.qmail@web13508.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
--- Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl> writes:
> > On Fri, Apr 25, 2003 at 02:32:20PM -0700, David Link wrote:
> >> Running with ulimit ...
> >>
> >> echo "setting max user processes to unlimited..."
> >> ulimit -u unlimited
> >> echo -n "$PSQL_START"
> >> su -l postgres -s /bin/sh -c "$PGLIB/bin/pg_ctl -D $PGDATA -p
> >> $PGLIB/bin/postmaster -o '-i' start > $PGDATA/log/syslog 2>&1" <
> >> /dev/null
> >>
> >> but still no core. I can't product that bt. Any suggestions?
>
> > Try ulimit -c...
>
> Also, the "su" very probably negates any environment settings from
> the
> outside shell script anyway. It might work to put the ulimit command
> into the postgres user's ~/.profile (or local equivalent).
>
It doesn't negate it, interestingly enough, I tested by printing out
'ulimit -a ;' just prior to the call to postmaster within su's -c statement.
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | marco | 2003-04-28 14:23:17 | Re: Performance problems |
Previous Message | Jeremiah Jahn | 2003-04-28 14:13:43 | Re: > 16TB worth of data question |