Forums

[Plugin: Google XML Sitemaps] Memory/Time Limit Issue (2 posts)

  1. kevsteele
    Member
    Posted 1 month ago #

    Hello,

    I keep getting the message "The last run didn't finish! Maybe you can raise the memory or time limit for PHP scripts."
    I talked to support at my web hosting company (Hostgator) and he said that to change the time or memory limit I would have to get a dedicated server. He tried changing the memory limit anyway to the max which was 64M and I tried to rebuild it and got the same message. I tried writing it as a gzipped file (.gz) and got the same message. My website is tiny with only 2 posts so far and 2 other pages. I have no idea what the issue is but I would really appreciate some help! I didn't know building a sitemap with the generator would be this difficult.I can tell you the exact settings I used also if that helps.

    Thank you very much,
    Kevin

    http://wordpress.org/extend/plugins/google-sitemap-generator/

  2. songdogtech
    Member
    Posted 1 month ago #

    You can try and increase PHP memory yourself using one of the methods below. In your root .htaccess file, add this line:

    php_value memory_limit 64M

    Or, in your wp-config.php file, try this:

    define('WP_MEMORY_LIMIT', '64M');

Reply

You must log in to post.

About this Topic