Re: [GENERAL] Fatal error: Allowed memory size of 8388608 - Mailing list pgsql-admin

From Nigel J. Andrews
Subject Re: [GENERAL] Fatal error: Allowed memory size of 8388608
Date
Msg-id Pine.LNX.4.21.0309240732010.25713-100000@ponder.fairway2k.co.uk
Whole thread Raw
In response to Re: Fatal error: Allowed memory size of 8388608 bytes exhausted  ("shreedhar" <shreedhar@lucidindia.net>)
List pgsql-admin
On Wed, 24 Sep 2003, shreedhar wrote:

> I am using PHP4 as client side.

In that case what about this setting in php.ini:

memory_limit = 8M      ; Maximum amount of memory a script may consume (8MB)

>
> ----- Original Message -----
> From: "Tom Lane" <tgl@sss.pgh.pa.us>
> To: "shreedhar" <shreedhar@lucidindia.net>
> Cc: "Postgre General" <pgsql-general@postgresql.org>; "Postgre Admin"
> <pgsql-admin@postgresql.org>
> Sent: Wednesday, September 24, 2003 10:44 AM
> Subject: Re: [ADMIN] Fatal error: Allowed memory size of 8388608 bytes
> exhausted
>
>
> > "shreedhar" <shreedhar@lucidindia.net> writes:
> > > If I try to insert I got the following error as
> > > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
> > > allocate 79 bytes)
> >
> > There is not, and never has been, any error message of that wording in
> > the PG backend.  You must be looking at some client-side failure.  But
> > since you didn't tell us what client-side code you're using, it's hard
> > to say more than that...


pgsql-admin by date:

Previous
From: "Arjen van der Meijden"
Date:
Subject: Re: [GENERAL] Fatal error: Allowed memory size of 8388608
Next
From: Robert Treat
Date:
Subject: Re: STATEMENT level TRIGGER functions