Re: Back end dies... - Mailing list pgsql-general

From Arsalan Zaidi
Subject Re: Back end dies...
Date
Msg-id 01e701c1ccd3$95a26c20$4301a8c0@directi.com
Whole thread Raw
In response to Re: Back end dies...  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general

>
> And this happened after a couple of days running a single query? I would
> suspect that your system[*] is imposing resource limits, and the backend
> exceeded its limit for CPU time. (It would be better for the resource
> limiting to try an ordinary kill first before using kill -9, though...)
>
> Or as you suggest, you may be running out of some other resource -I
> would check ordinary syslog/kernel messages -out of memory process
> killing might be reported there.

Bang on... It seems I'm running out of mem during the query... Looks like
I'll have to add some swap space :-)

Thanks.

--Arsalan.


pgsql-general by date:

Previous
From: "Pirtea Calin"
Date:
Subject: limit /offset
Next
From: "Cornelia Boenigk"
Date:
Subject: Question to CREATE TYPE