Menu

#7 Allowed memory size of 8388608 bytes exhausted

BASE
closed
nobody
None
5
2006-04-28
2006-04-28
Martynas
No

Hello

I start getting folowing error while browsing BASE
reports :

Allowed memory size of 8388608 bytes exhausted (tried
to allocate 138 bytes)

I am using Debian with Apache2 and latest PHP. I guess
this problem is PHP related, but maybe you have a tip
how to solve it ?

With best regards
Martynas

Discussion

  • Kevin Johnson

    Kevin Johnson - 2006-04-28

    Logged In: YES
    user_id=836228

    Increase the emory size in php.ini. This will fix the problem...

    Kevin

     
  • Kevin Johnson

    Kevin Johnson - 2006-04-28
    • milestone: 467933 --> BASE
    • status: open --> closed
     
  • Joseph Bruni

    Joseph Bruni - 2009-09-04

    I've seen this in situations where an array index has an unusually large value and PHP dies when trying to dynamically allocate enough memory to contain the array. This has happened to me when I accidentally tried to use an uninitialized variable as an array index.