-
Website
http://www.tech-recipes.com/ -
Original page
http://www.tech-recipes.com/rx/777/solve-php-fatal-error-allowed-memory-size-of-8388608-bytes-exhausted-tried/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
davak
83 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
bej
4 comments · 1 points
-
dimithri
5 comments · 1 points
-
-
Popular Threads
-
Windows 7: How to Prevent the Mouse from Waking your PC
10 hours ago · 1 comment
-
Outlook 2010: Turn Off Attachment Preview
1 week ago · 1 comment
-
Gmail: How to Send SMS Messages Without Using Email
2 weeks ago · 2 comments
-
Windows 7 – Prevent Live Messenger from Opening at Start Up
1 week ago · 1 comment
-
Symfony: Drop Down List Box Without Submit Button
3 weeks ago · 1 comment
-
Windows 7: How to Prevent the Mouse from Waking your PC
That function saved my day, great article.
It's realy usefull when use multythreads of CURL
Do you know of any tool to help analyse memory usage in PHP?
I consider this a temporary workaround for my situation... I need help to reduce memory usage.
Its realy help me... ;)
That function saved my day, great article.
php_value memory_limit 16M
:)
But now is solve by using this solution.
Thank you.
(Thanks a lot, it did really help me)
eg, the script name is somescript.php
and you have
include("somescript.php");
I've inadvertently done this when copying files.
"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 49 bytes) in /it/doesn't/matter/PdoDataSet.class.php on line 78"
49 is not greater than 8388608... I think there might be recursive include somewhere though. I am using the Recess! framework, so finding it is going to be a pain...
ini_set("memory_limit","128M");
Hi everybody
pls tell me something in php function.
Regards'
saleeem
php_value memory_limit 64M
(Create a new file named ".htaccess" if it does not exist).
my blog: http://www.graasubstans.dk/blog
it's php_value memory_limit 12M, not ini_set("memory_limit","12M").
just because its my first post here does not make me a noob. Those who accuse usually are. You SDF. Do everyone a favor and move somewhere that doesn't have the Internet.
I got aproblem same same with you thank you
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 998969 bytes) in C:\wamp\www\joomla\libraries\joomla\filesystem\archive\zip.php on line 310
I increased the size of of memory limit in php.ini...but it still isn't working..
Please give me another solution
Thanks a lot for this.
It helped me to solve within a minute.
Can you tell the path of this configuration.php file. I find my file to be different and I did not find any ini_set parameters.
The file I am referring to, is present in my joomla installation directory. Am I using the correct cofiguration file?