[Plugin: Google XML Sitemaps] Memory Limit Issue
-
It is nice to see I am not the only one with this issue.
The syntax I get is as follows:
The last run didn’t finish or I just get a white screen
It could be that your server is not configured to run memory-heavy scripts like a sitemap generator.
* Try to increase the memory limit on the sitemap options page (start by “4M” and raise the value if it doesn’t help).
* Try to increase the time limit on the sitemap options page (start by “20” and raise the value if it doesn’t help).
* If it’s still not working you may not have the permission to change these settings so you need to ask your hoster to raise the limit
—————————-Where are the above modifications made. My host provider stated the server is set at 20mb. I modified the memory and time of execution within the php.ini. Is this correct?
I have had no problems until I upgraded to the newest version of the plugin and caboom.
——————-
The PHP.ini file contains limits as follows:
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 30 ; Maximum amount of time each script may spend parsing request data
memory_limit = 20M ; Maximum amount of memory a script may consume (8MB)————————
The last message within the debug mode states the following:
Errors, Warnings, Notices
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 12303 bytes) in /var/www/blogdirectory/wp-admin/includes/plugin.php on line 4
WordPress 2.5.1 with DB 7796 on PHP 5.2.6
Plugin version: 3.1.0.1 ($Id: sitemap-core.php 48034 2008-05-27 14:36:18Z arnee $)
- The topic ‘[Plugin: Google XML Sitemaps] Memory Limit Issue’ is closed to new replies.