PDA

View Full Version : Fatel Error: Allowed Memory Size of Blah Blah bytes exhausted!


xbllizzdx
12-11-2006, 01:30 AM
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 65536 bytes) in /hosted/subs/ulmb.com/x/b/xbllizzdx/public_html/invision/ips_kernel/class_xml.php on line 254

I am using invision power board, it told me to edit that file and i tried that, but when i do that, when i go to the index of my site, it wants me to download index.php and i want to view it.

Tyler
12-11-2006, 01:35 AM
http://forum.unlimitedmb.com/showthread.php?t=637
http://forum.unlimitedmb.com/showthread.php?t=619
http://forum.unlimitedmb.com/showthread.php?t=630
http://forum.unlimitedmb.com/showthread.php?t=497
http://forum.unlimitedmb.com/showthread.php?t=506
http://forum.unlimitedmb.com/showthread.php?t=475
http://forum.unlimitedmb.com/showthread.php?t=467
There are 7 posts where the answer to your question has already been answered. Searching the forum will help get your answer faster.

If you break php script then it may ask you to download the file.

lomarb
12-11-2006, 05:46 AM
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 65536 bytes)

I still dont understand this error. Theres 8388608 bytes available. How can it be exausted when trying to allocate 65536 bytes? Which is clearly less than 8388608.

xbllizzdx
12-11-2006, 07:50 AM
both vbulletin and invision will just tell you that you need to edit your php.ini file to allow 16 mb of memory.

And a person on the vbulletin forums, said that some things are memory intensive, I don't know how ulmb got theres working but no one else can without more php memory.

IPB Say that Invision will run closely to 8mb, so i think just bumping it up to 9mb would acually do the trick.

UnlimitedMB
12-13-2006, 12:44 AM
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 65536 bytes)

I still dont understand this error. Theres 8388608 bytes available. How can it be exausted when trying to allocate 65536 bytes? Which is clearly less than 8388608.

Because you are already using memory, and allocating *another* 65536 bytes will put you over the limit.