Re: Out of memory errors with mod_perl - Mailing list pgsql-general

From Gilles DAROLD
Subject Re: Out of memory errors with mod_perl
Date
Msg-id 39F448EB.C8163EFA@darold.net
Whole thread Raw
In response to Re: [ANNOUNCE] Open Source Database Summit  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

I've got this very bad message with Apache 1.3.6 running mod_perl and
postgresql
6.3.2 with a site hosted by an ISP. They just allocate a max of 10 Mo of memory
for
each user.

For me this was a message coming from server resources. Not enougth memory.
At home with the same configuration I never met this problem, but it's my home
:-)

To fix it I just changed my ISP ! Other thing, as I remember if you are running
mod_perl
prior of 1.21 there is leak of memory, in Perl before 5.005_3 also.

What are the versions of your environment (Apache, mod_perl, Postgres and Perl)
?

Tom Lane wrote:

> Steve Heaven <steve@thornet.co.uk> writes:
> > If we try to run a perl script which accesses a Postgres dB using mod_perl
> > with Apache we get:
> > "child pid 25144 exit signal Segmentation fault (11)
> > Out of memory!"


pgsql-general by date:

Previous
From: Igor Khanjine
Date:
Subject: Strange query results with dates
Next
From: Tom Lane
Date:
Subject: Re: blobs dont rollback ?