# The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts. Learn more
# The last known memory usage of the script was 14.75MB, the limit of your server is 128M.
# The last known execution time of the script was 0.02 seconds, the limit of your server is 120 seconds.
# The script stopped around post number 36 (+/- 100)
When I try to build sitemap manually it shows this error :
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 541 bytes) in /home/pcaddons/public_html/wp-includes/link-template.php on line 113
I googled about this and on wordpress forums I found this :
1. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
2. If you don't have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 64M
3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define('WP_MEMORY_LIMIT', '64M');
4. Talk to your host. [source http://wordpress.org/support/topic/279132?replies=5]
I contacted the support team and they said they'll look into this. Alternatively they asked me to ask in forums so that someone gives me solution.
This is the situation for the last five days. My new posts are not added to Search engine index pages. So please somebody help me!


