[imp] out of memory error

Anil Madhavapeddy anil@recoil.org
Tue, 6 Feb 2001 00:43:56 -0000


Jie Gao wrote:
>
>     Fatal error: Allowed memory size of 8388680 bytes exhausted (tried to
allocate 35 bytes)
>     in /usr/local/www/horde/imp/ldap.search.php3 on line 272
>

You haven't said what version of PHP you are running, but assuming it is
PHP4, look in php.ini for a line like:

memory_limit = 8M

and increase it accordingly.

Anil