View Full Version : Memory Limit
brightblog
10-17-2006, 08:20 PM
My friend is running a Invision Forum also, his username is Ashy15
Hes getting this error:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 233472 bytes) in /hosted/subs/ulmb.com/a/s/ashy15/public_html/Forums/sources/ipsclass.php(1490) : eval()'d code on line 1161
Is there any ways to up his memory limit?
UnlimitedMB
10-17-2006, 08:39 PM
8MB is the default php memory limit.
We have not added any additional limits.
If your script cannot even work with the default settings there is something very wrong.
You should report this to IPB.
brightblog
10-17-2006, 09:42 PM
its an additional modification, I read you can edit the memory limit?
UnlimitedMB
10-17-2006, 10:56 PM
Memory limit will not be increased.
themarkster
10-18-2006, 12:40 AM
So does this mean that the total size of all my .php files can't exceed 8MB?
UnlimitedMB
10-18-2006, 01:00 AM
Its to do with memory use, not file size.
Like i said before, 8MB is php's default setting (which is already very high), any script that uses more then that there must be something wrong with it.
I notice the error was the eval function wanting 233KB, this looks like some sort of script obfuscation, which is very poorly programmed.
brightblog
10-18-2006, 03:05 PM
can u explain how to fix it?
UnlimitedMB
10-18-2006, 03:09 PM
I do not know how to fix it.
I have run hosting servers for years, never once have i seen any script hit the memory limit.
There is something very wrong with this script/mod you should contact its author.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.