Author Topic: Fatal error: Allowed memory size  (Read 5584 times)

Offline Mickael

  • Newbie
  • *
  • Posts: 1
Fatal error: Allowed memory size
« on: July 08, 2006, 05:41:54 PM »
Hello,

I have the following error when I open email with a large enclosure:

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 7864080 bytes) in /home/webd/mail/program/include/cache.inc on line 93

I tested this directive:

php_admin_flag memory_limit 32M

 in Apache.

But then nothing any more functions.

Does Apache return me a white page.?
I cannot put 32M for the other users… :(

(sorry for my english, i'm french)
Mickael.

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: Fatal error: Allowed memory size
« Reply #1 on: July 09, 2006, 05:00:41 PM »
Did you restart apache after applying the memory limit?