Re: [GENERAL] Fatal error: Allowed memory size of 8388608

Поиск
Список
Период
Сортировка
От Nigel J. Andrews
Тема Re: [GENERAL] Fatal error: Allowed memory size of 8388608
Дата
Msg-id Pine.LNX.4.21.0309240732010.25713-100000@ponder.fairway2k.co.uk
обсуждение исходный текст
Ответ на Re: Fatal error: Allowed memory size of 8388608 bytes exhausted  ("shreedhar" <shreedhar@lucidindia.net>)
Список 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 по дате отправления:

Предыдущее
От: "Arjen van der Meijden"
Дата:
Сообщение: Re: [GENERAL] Fatal error: Allowed memory size of 8388608
Следующее
От: Robert Treat
Дата:
Сообщение: Re: STATEMENT level TRIGGER functions