From: | maillist <maillist(at)tnss(dot)com> |
---|---|
To: | shreedhar <shreedhar(at)lucidindia(dot)net>, Postgre Admin <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: Fatal error: Allowed memory size of 8388608 bytes exhausted |
Date: | 2003-09-24 06:52:59 |
Message-ID: | 3F713F4B.E393828B@tnss.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
shreedhar wrote:
>
> I am using PHP4 as client side.
>
[snip]
> Subject: Re: [ADMIN] Fatal error: Allowed memory size of 8388608 bytes
> exhausted
>
this is a php appache message. either
A) you have a phpscript that allocates memory in a infinate loop
B) your php script has become so big, or its data has become so big to
exceed the default 8 meg provided by apache
php.ini, or apache php.ini
php_value memory_limit 16M
on apache 2.x I wasn't able to use the M, I had to use 16000000
I usualy try google searchs on error message before I assume they are
one pice of software or another, you are currently using 3 apache, php,
postgresql
--
Arno Karner aka Behind the Muffs
West 7th St., St. Paul aka smell, Minn
http://tnss.com/noise_stink
From | Date | Subject | |
---|---|---|---|
Next Message | Hornyak Laszlo | 2003-09-24 08:00:12 | Re: postgres 6.2 vacuum |
Previous Message | Nigel J. Andrews | 2003-09-24 06:32:32 | Re: [GENERAL] Fatal error: Allowed memory size of 8388608 |
From | Date | Subject | |
---|---|---|---|
Next Message | Shridhar Daithankar | 2003-09-24 06:55:11 | OO and RDBMS |
Previous Message | Shridhar Daithankar | 2003-09-24 06:38:20 | Re: pg_tables column descriptions |