NGiNX + PHP5-fpm + CDN Tools (plugin)
Posted
by
chris hough
on Server Fault
See other posts from Server Fault
or by chris hough
Published on 2011-11-25T04:16:25Z
Indexed on
2011/11/26
1:53 UTC
Read the original article
Hit count: 505
I am trying to activate the CDN tools plugin and I keep getting the following error:
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 30720 bytes) in /srv/www/www.triathleteskitchen.com/wp-content/plugins/cdn-tools/cdn_classes/cloudfiles/cloudfiles_http.php on line 252
After extensive research on this issue in which I updated both of the following settings:
max_execution_time = 300
memory_limit = 128M
and verified the settings are active by setting up a dump phpinfo() page. Still no luck /cry
I am curious if any php geeks better than me have any ideas or can point me in the right direction.
Happy Holidays to you and your families :)
© Server Fault or respective owner