From: | "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk> |
---|---|
To: | shreedhar <shreedhar(at)lucidindia(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Postgre General <pgsql-general(at)postgresql(dot)org>, Postgre Admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: [GENERAL] Fatal error: Allowed memory size of 8388608 |
Date: | 2003-09-24 06:32:32 |
Message-ID: | Pine.LNX.4.21.0309240732010.25713-100000@ponder.fairway2k.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
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(at)sss(dot)pgh(dot)pa(dot)us>
> To: "shreedhar" <shreedhar(at)lucidindia(dot)net>
> Cc: "Postgre General" <pgsql-general(at)postgresql(dot)org>; "Postgre Admin"
> <pgsql-admin(at)postgresql(dot)org>
> Sent: Wednesday, September 24, 2003 10:44 AM
> Subject: Re: [ADMIN] Fatal error: Allowed memory size of 8388608 bytes
> exhausted
>
>
> > "shreedhar" <shreedhar(at)lucidindia(dot)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...
From | Date | Subject | |
---|---|---|---|
Next Message | maillist | 2003-09-24 06:52:59 | Re: Fatal error: Allowed memory size of 8388608 bytes exhausted |
Previous Message | Junichi Sako | 2003-09-24 06:18:16 | postgres's idle process remains on BSD |
From | Date | Subject | |
---|---|---|---|
Next Message | Shridhar Daithankar | 2003-09-24 06:35:21 | Re: how smart is is pg with shared_buffers? |
Previous Message | shreedhar | 2003-09-24 06:05:22 | Re: Fatal error: Allowed memory size of 8388608 bytes exhausted |