XML-sitemap generator 8.2 with php 7.2 crashes
« on: December 13, 2023, 06:39:36 PM »
I have upgraded my standalone generator to version 8.2 and when I try to generate new sitemap.xml
the generator runs several minutes and then crashes, and the server gives error message:

[Wed Dec 13 19:22:12.682741 2023] [fcgid:warn] [pid 700614:tid 139705580332800] (104)Connection reset by peer: [client x.x.x.x:48080] mod_fcgid: error reading data from FastCGI server, referer: [ External links are visible to forum administrators only ]
[Wed Dec 13 19:22:12.683032 2023] [fcgid:warn] [pid 700614:tid 139705580332800] (104)Connection reset by peer: [client x.x.x.x:48080] mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: [ External links are visible to forum administrators only ]

Has anyone an idea what to do so that the generator will work ?

Any hint is highly appreciated!

Helmut

Re: XML-sitemap generator 8.2 with php 7.2 crashes
« Reply #1 on: December 19, 2023, 06:47:03 PM »
Hello,

it looks like your server configuration doesn't allow to run the script long enough to create full sitemap. Please try to increase memory_limit and max_execution_time settings in php configuration at your host (php.ini file) or contact hosting support regarding this.