[Plugin: Google XML Sitemaps] The last run didn’t finish! Maybe you can raise the memory or time lim
-
I get an error message when trying to build my sitemap. Here is the error in detail:
# he last run didn’t finish! Maybe you can raise the memory or time limit for PHP scripts.
# The last known memory usage of the script was 14.75MB, the limit of your server is 64M.
# The last known execution time of the script was 26.57 seconds, the limit of your server is 120 seconds.After some research, I updated my php.ini as follows:
max_execution_time = 600 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data ;memory_limit = 128M ; Maximum amount of memory a script may consume (8MB) memory_limit = 512M ; Maximum amount of memory a script may consume (8MB)
What am I doing wrong?
- The topic ‘[Plugin: Google XML Sitemaps] The last run didn’t finish! Maybe you can raise the memory or time lim’ is closed to new replies.